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 | BadGateway |
| ConfigAssignmentHashInvalid | ConfigAssignmentHashInvalid |
| ConfigNotSynced | ConfigNotSynced |
| Conflict | Conflict |
| EntityNotFound | EntityNotFound |
| Forbidden | Forbidden |
| GatewayTimeout | GatewayTimeout |
| InternalServerError | InternalServerError |
| InvalidArgument | InvalidArgument |
| NetworkError | NetworkError |
| NotImplemented | NotImplemented |
| RateLimited | RateLimited |
| RequestTimeOut | RequestTimeOut |
| ServiceUnavailable | ServiceUnavailable |
| Unauthorized | Unauthorized |
| Unknown | Unknown |
| UnprocessableTransaction | UnprocessableTransaction |