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
Syntax
public enum EconomyExceptionReason : long
Fields
Name | Description | Value |
---|---|---|
BadGateway | ||
ConfigAssignmentHashInvalid | ||
Conflict | ||
EntityNotFound | ||
Forbidden | ||
GatewayTimeout | ||
InternalServerError | ||
InvalidArgument | ||
NetworkError | ||
NotImplemented | ||
RateLimited | ||
RequestTimeOut | ||
ServiceUnavailable | ||
Unauthorized | ||
Unknown | ||
UnprocessableTransaction |