DataStoreResponseCode
User World Data Store Service
Enum
Response code for data store operations.
Properties
| InternalError | Fault in Spatial code |
| InternalServerError | The server encountered an error. |
| Ok | Operation was successful. |
| OperationCancelled | The operation was cancelled. |
| UnknownError | Unexpected error; Typically when it is not one of the other errors. |
| UnsupportedDictionaryKeyType | Dictionary key type is unsupported. |
| UnsupportedValueType | Value type is unsupported. |
| ValueTypeUnknown | Value type is unknown. |
| VariableDepthTooDeep | Variable depth is too deep. |
| VariableDoesNotExist | Variable does not exist. |
| VariableKeyInvalid | Variable key is invalid. |
| VariableKeyInvalidCharacters | Variable key contains invalid characters. |
| VariableKeyTooLong | Variable key is too long. |
| VariableNameInvalidCharacters | Variable name contains invalid characters. |
| VariableNameTooLong | Variable name is too long. |