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

ServerResponseChatSessionError Read-only data struct containing the relevant data of the 'chatSessionError' response from the VoxtaServer. More...

#include <ServerResponseChatSessionError.h>

Inheritance diagram for ServerResponseChatSessionError:
ServerResponseBase

Public Member Functions

 ServerResponseChatSessionError (FStringView chatSessionId, bool retry, FStringView message)
 Construct a chat session error response.
 
- Public Member Functions inherited from ServerResponseBase
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.
 
- Public Attributes inherited from ServerResponseBase
const ServerResponseType RESPONSE_TYPE
 The type of this server response.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ServerResponseChatSessionError()

ServerResponseChatSessionError::ServerResponseChatSessionError ( FStringView chatSessionId,
bool retry,
FStringView message )
inlineexplicit

Construct a chat session error response.

Parameters
chatSessionIdThe ID of the chat session that encountered the error.
retryWhether the operation can be retried.
messageThe error message.

Member Data Documentation

◆ ERROR_CHAT_SESSION_ID

const FString ServerResponseChatSessionError::ERROR_CHAT_SESSION_ID

The ID of the chat session that encountered the error.

◆ ERROR_MESSAGE

const FString ServerResponseChatSessionError::ERROR_MESSAGE

The error message.

◆ ERROR_RETRY

const bool ServerResponseChatSessionError::ERROR_RETRY

Whether the operation can be retried.


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