[Data Processing](../groups/Data Processing.Data Processing.md) / DataStorageResultCode
DataStorageResultCode Enumeration
Data storage return code
Table of contents
Enumeration Members
DataLock = 410 |
---|
DataNotExist = 1016 |
Failure = 400 |
GameIdError = 1011 |
KeyValueError = 1010 |
OnlyClientCall = 403 |
OnlyServerCall = 402 |
ParametersException = 1012 |
RequestIntervalTooClose = 423 |
RequestMethodNotSupported = 405 |
RequestTooFrequent = 424 |
ResourceException = 1400 |
ServerException = 1964 |
Success = 200 |
SystemException = 1999 |
TimeOut = 408 |
Enumeration Members
DataLock
• DataLock = 410
When a key encounters abnormal data retrieval, the data is locked. When the data for this key is retrieved again normally, it will be unlocked
DataNotExist
• DataNotExist = 1016
The data does not exist, and the server's general exception status code is common in data storage for unauthorized data
Failure
• Failure = 400
Unknown error failed
GameIdError
• GameIdError = 1011
GameId format error or backend parameter transfer error
KeyValueError
• KeyValueError = 1010
The key or value format is wrong (or the backend parameter verification fails), the key size cannot be greater than 50 bytes, the value size cannot be greater than 64kb, and the total data size stored locally cannot exceed 5mb
OnlyClientCall
• OnlyClientCall = 403
Illegal call can only be called by the client
OnlyServerCall
• OnlyServerCall = 402
Illegal call can only be called by the server call
ParametersException
• ParametersException = 1012
The parameters do not conform to the required format for the business
RequestIntervalTooClose
• RequestIntervalTooClose = 423
Request interval error
RequestMethodNotSupported
• RequestMethodNotSupported = 405
Request Method Error
RequestTooFrequent
• RequestTooFrequent = 424
Request frequency too high
ResourceException
• ResourceException = 1400
No permission to access the corresponding asset
ServerException
• ServerException = 1964
Remote service exception called by the server
Success
• Success = 200
Operation successful
SystemException
• SystemException = 1999
System abnormality
TimeOut
• TimeOut = 408
Request timeout without callback