ServerResponseChatSessionError Read-only data struct containing the relevant data of the 'chatSessionError' response from the VoxtaServer. More...
#include <ServerResponseChatSessionError.h>
Public Member Functions | |
ServerResponseChatSessionError (FStringView chatSessionId, bool retry, FStringView message) | |
Construct a chat session error response. | |
![]() | |
virtual | ~ServerResponseBase ()=default |
ServerResponseBase (ServerResponseType responseType) | |
Public Attributes | |
const FString | ERROR_CHAT_SESSION_ID |
The ID of the chat session that encountered the error. | |
const bool | ERROR_RETRY |
Whether the operation can be retried. | |
const FString | ERROR_MESSAGE |
The error message. | |
![]() | |
const ServerResponseType | RESPONSE_TYPE |
The type of this server response. | |
ServerResponseChatSessionError Read-only data struct containing the relevant data of the 'chatSessionError' response from the VoxtaServer.
Contains error details including session ID, retry flag, and error message.
|
inlineexplicit |
Construct a chat session error response.
chatSessionId | The ID of the chat session that encountered the error. |
retry | Whether the operation can be retried. |
message | The error message. |
const FString ServerResponseChatSessionError::ERROR_CHAT_SESSION_ID |
The ID of the chat session that encountered the error.
const FString ServerResponseChatSessionError::ERROR_MESSAGE |
The error message.
const bool ServerResponseChatSessionError::ERROR_RETRY |
Whether the operation can be retried.