#/components/schemas/APIError
More...
#include <ErrorResponseDto.h>
|
|
bool | IsTokenExpired () const |
| |
|
|
int32 | StatusCode = -1 |
| | Response HTTP status code.
|
| |
|
int32 | Code = -1 |
| | API error code.
|
| |
|
FString | Duration |
| | Request duration.
|
| |
|
FString | Message |
| | Message describing an error.
|
| |
|
FString | MoreInfo |
| | URL with additional information.
|
| |
#/components/schemas/APIError
The documentation for this struct was generated from the following files:
- Source/Backend/StreamChatDto/Public/Response/ErrorResponseDto.h
- Source/Backend/StreamChatDto/Private/Response/ErrorResponseDto.cpp