int32 | Code[Get] |
FString | DisplayableMessage[Get] |
int32 | HttpCode[Get] |
FString | Message[Get] |
int32 FOvrError::Code |
---|
No description available.
|
FString FOvrError::DisplayableMessage |
---|
Human readable description of the error that can be displayed to the user. Might be the empty string if there is no user-appropriate description available. Not intended to be parsed as it might change at any time or be translated. |
int32 FOvrError::HttpCode |
---|
No description available.
|
FString FOvrError::Message |
---|
Technical description of what went wrong intended for developers. For use in logs or developer consoles. |
FOvrError::FOvrError ( ) |
---|
No description available.
|
FOvrError::FOvrError ( ovrErrorHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr ) |
---|
No description available.
|
void FOvrError::Clear ( ) |
---|
No description available.
|
void FOvrError::Update ( ovrErrorHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr ) |
---|
No description available.
|