UnrealVoxta 0.1.1
 
Loading...
Searching...
No Matches
ServerResponseError Struct Reference

ServerResponseError Read-only data struct containing the relevant data of the 'error' response from the VoxtaServer. More...

#include <ServerResponseError.h>

Inheritance diagram for ServerResponseError:
ServerResponseBase

Public Member Functions

 ServerResponseError (FStringView message, FStringView details)
 Construct an error response.
 
- Public Member Functions inherited from ServerResponseBase
virtual ~ServerResponseBase ()=default
 
 ServerResponseBase (ServerResponseType responseType)
 

Public Attributes

const FString ERROR_MESSAGE
 The main error message.
 
const FString ERROR_DETAILS
 The detailed error information.
 
- Public Attributes inherited from ServerResponseBase
const ServerResponseType RESPONSE_TYPE
 The type of this server response.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ServerResponseError()

ServerResponseError::ServerResponseError ( FStringView message,
FStringView details )
inlineexplicit

Construct an error response.

Parameters
messageThe main error message.
detailsThe detailed error information.

Member Data Documentation

◆ ERROR_DETAILS

const FString ServerResponseError::ERROR_DETAILS

The detailed error information.

◆ ERROR_MESSAGE

const FString ServerResponseError::ERROR_MESSAGE

The main error message.


The documentation for this struct was generated from the following file: