Enum EconomyExceptionReason
An enum of possible reasons that Economy would throw an exception. These are mapped to particular HTTP status codes.
Namespace: Unity.Services.Economy
Assembly: Unity.Services.Economy.dll
Syntax
public enum EconomyExceptionReason : long
Fields
Name | Description |
---|---|
BadGateway | |
ConfigAssignmentHashInvalid | |
ConfigNotSynced | |
Conflict | |
EntityNotFound | |
Forbidden | |
GatewayTimeout | |
InternalServerError | |
InvalidArgument | |
NetworkError | |
NotImplemented | |
RateLimited | |
RequestTimeOut | |
ServiceUnavailable | |
Unauthorized | |
Unknown | |
UnprocessableTransaction |