public enum GameplayActionStatusDescribes the outcome of a CMAPI gameplay mutation request.
Members
SuccessThe item callbacks completed successfully or the Terra Token RPC was validated and submitted successfully.fieldInvalidArgumentThe request used an unsupported amount or empty value.fieldWorldNotReadyThe required world, player, HUD, or game system is not ready.fieldHostRequiredThe request was rejected because only the world host may mutate it.fieldItemNotFoundNo item exists with the supplied stable item ID.fieldInventoryFullThe local backpack cannot fit the complete requested amount.fieldOverflowThe request would exceed the game's numeric limit.fieldGameRejectedThe game rejected all or part of the submitted request.fieldTimedOutThe game did not complete its callbacks within CMAPI's safety timeout.fieldFailedAn unexpected game or compatibility error prevented the request.fieldSuccess
fieldSuccessThe item callbacks completed successfully or the Terra Token RPC was validated and submitted successfully.
InvalidArgument
fieldInvalidArgumentThe request used an unsupported amount or empty value.
WorldNotReady
fieldWorldNotReadyThe required world, player, HUD, or game system is not ready.
HostRequired
fieldHostRequiredThe request was rejected because only the world host may mutate it.
ItemNotFound
fieldItemNotFoundNo item exists with the supplied stable item ID.
InventoryFull
fieldInventoryFullThe local backpack cannot fit the complete requested amount.
Overflow
fieldOverflowThe request would exceed the game's numeric limit.
GameRejected
fieldGameRejectedThe game rejected all or part of the submitted request.
TimedOut
fieldTimedOutThe game did not complete its callbacks within CMAPI's safety timeout.
Failed
fieldFailedAn unexpected game or compatibility error prevented the request.