InventoryError
Contains possible error codes that can be returned from Inventory functions.
Properties
The Inventory function completed successfully.
A server error occurred.
Your world is sending requests too frequently. The limit for GetItem is 60 + (active players * 10) requests per minute. The limit for GetItems is 10 + (active players * 5) requests per minute. The limit for CommitTransaction and RollbackTransaction together is 10 + (active players * 2) requests per minute.
The item ID must be 128 characters or less.
The holder ID must be 128 characters or less.
The limit passed to GetItems must be 100 or less.
The cursor ID passed to GetItems was not valid.
The InventoryTransaction passed to CommitTransaction contained actions that could not be performed, such as using Take to remove more items than a player owns.
The InventoryTransaction passed to CommitTransaction must contain 32 or fewer actions.
The InventoryTransaction passed to CommitTransaction did not contain any actions. You must call at least one of the functions of InventoryTransaction before calling CommitTransaction.
An unexpected error occurred.
A response from the server was not received within the time limit.