docs.unity3d.com
    Show / Hide Table of Contents

    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
    Unknown
    0
    NetworkError
    1
    ConfigAssignmentHashInvalid
    3
    ConfigNotSynced
    4
    InvalidArgument
    400
    Unauthorized
    401
    Forbidden
    403
    EntityNotFound
    404
    RequestTimeOut
    408
    Conflict
    409
    UnprocessableTransaction
    422
    RateLimited
    429
    InternalServerError
    500
    NotImplemented
    501
    BadGateway
    502
    ServiceUnavailable
    503
    GatewayTimeout
    504
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023