ServerResponseError Read-only data struct containing the relevant data of the 'error' response from the VoxtaServer. More...
#include <ServerResponseError.h>
Public Member Functions | |
ServerResponseError (FStringView message, FStringView details) | |
Construct an error response. | |
![]() | |
virtual | ~ServerResponseBase ()=default |
ServerResponseBase (ServerResponseType responseType) | |
Public Attributes | |
const FString | ERROR_MESSAGE |
The main error message. | |
const FString | ERROR_DETAILS |
The detailed error information. | |
![]() | |
const ServerResponseType | RESPONSE_TYPE |
The type of this server response. | |
ServerResponseError Read-only data struct containing the relevant data of the 'error' response from the VoxtaServer.
Contains error message and detailed information about the error.
|
inlineexplicit |
Construct an error response.
message | The main error message. |
details | The detailed error information. |
const FString ServerResponseError::ERROR_DETAILS |
The detailed error information.
const FString ServerResponseError::ERROR_MESSAGE |
The main error message.