docs.unity3d.com
    Show / Hide Table of Contents

    Class CcdManagementErrorCodes

    The known errors caused when communicating with the CCD Management Service.

    Inheritance
    Object
    CcdManagementErrorCodes
    Namespace: Unity.Services.Ccd.Management
    Syntax
    public static class CcdManagementErrorCodes : object

    Fields

    AlreadyExists

    Returned when the entity requested already exists.

    Declaration
    public const int AlreadyExists = null
    Field Value
    Type Description
    Int32

    InactiveOrganization

    Returned when the organization is not activated.

    Declaration
    public const int InactiveOrganization = null
    Field Value
    Type Description
    Int32

    InternalError

    Returned when there is an internal server error processing the request.

    Declaration
    public const int InternalError = null
    Field Value
    Type Description
    Int32

    InvalidArgument

    Returned when an argument is invalid.

    Declaration
    public const int InvalidArgument = null
    Field Value
    Type Description
    Int32

    InvalidHashMismatch

    Returned when the entry hash does not match the expected hash.

    Declaration
    public const int InvalidHashMismatch = null
    Field Value
    Type Description
    Int32

    OutOfRange

    Returned when the range requested is unsatisfiable.

    Declaration
    public const int OutOfRange = null
    Field Value
    Type Description
    Int32

    Unauthorized

    Returned when the request is unauthorized.

    Declaration
    public const int Unauthorized = null
    Field Value
    Type Description
    Int32
    Back to top
    Terms of use
    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