I3DHError.h File Reference
instant3Dhub
|
I3DHError.h File Reference
#include "CoreMinimal.h"
#include "I3DHError.generated.h"


Go to the source code of this file.
Detailed Description
- Copyright
- (C) Threedy GmbH
Enumerations | |
enum class | EI3DHErrorCode : uint32 { Success = 0 , InvalidObjectId = 1 , InvalidProperty = 2 , InvalidValueType = 3 , InvalidValue = 4 , PropertyNotSet = 5 , NoSessionConnection = 6 , SerializationError = 0x00010000 , JavascriptError = 0x00010000 + 1 , Aborted = 0x00010000 + 2 , NotImplementedInBackend = 0x00010000 + 3 , InternalError01 = 0x00020000 , InternalError02 , InternalError03 , InternalError04 , InternalError05 , InternalError06 , InternalError07 , InternalError08 , InternalError09 , InternalError10 , InternalError11 , InternalError12 , InternalError13 , InternalError14 , InternalError15 , InternalError16 , UnknownError = 0x80000000 } |
Functions | |
FString | I3DHStringFromErrorCode (EI3DHErrorCode ErrorCode) |
Enumeration Type Documentation
◆ EI3DHErrorCode
|
strong |
Enumeration of Error Codes returned from various instant3Dhub API Calls.
Function Documentation
◆ I3DHStringFromErrorCode()
FString I3DHStringFromErrorCode | ( | EI3DHErrorCode | ErrorCode | ) |
Converts an ErrorCode to a human-readable String.
- Parameters
-
ErrorCode The error code.
- Returns
- String of the ErrorCode.
Generated by