5#include "CoreMinimal.h"
15#pragma region public API
ServerResponseType
ServerResponseType Contains the possible response types that can be reported by the VoxtaApiReponseHa...
Definition ServerResponseType.h:16
ServerResponseBase(ServerResponseType responseType)
Definition ServerResponseBase.h:20
const FString ERROR_MESSAGE
The main error message.
Definition ServerResponseError.h:33
const FString ERROR_DETAILS
The detailed error information.
Definition ServerResponseError.h:35
ServerResponseError(FStringView message, FStringView details)
Construct an error response.
Definition ServerResponseError.h:23