v3.1.2
2020.3+

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

NameDescriptionValue
Unknown0
NetworkError1
ConfigAssignmentHashInvalid3
ConfigNotSynced4
InvalidArgument400
Unauthorized401
Forbidden403
EntityNotFound404
RequestTimeOut408
Conflict409
UnprocessableTransaction422
RateLimited429
InternalServerError500
NotImplemented501
BadGateway502
ServiceUnavailable503
GatewayTimeout504