StorageError
Contains possible error codes that can be returned from Storage functions.
Properties
The Storage function completed successfully.
A server error occurred.
Your world is sending requests too frequently. The limit for GetValue is 60 + (active players * 10) requests per minute. The limit for SetValue, IncrementValue and DeleteValue together is 60 + (active players * 10) requests per minute. The limit for SearchValue is 10 + (active players * 5) requests per minute. UpdateValue counts against both the GetValue and SetValue limits.
The key must be 128 characters or less.
The value was not valid.
The maximum size for value for a value is 4mb. The value is converted before being saved, so it will not match the value parameter's size exactly.
The data was modified by another world instance. If UpdateValue or UpdatePlayerValue will automatically retry when this error code is returned, if the callback receives this error code then the retry limit was exceeded.
The limit passed to SearchValue and SearchPlayerValue must be 100 or less.
The cursor ID passed to SearchValue or SearchPlayerValue was not valid.
An unexpected error occurred.
A response from the server was not received within the time limit.