docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CcdManagementErrorCodes

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

    Inheritance
    object
    CcdManagementErrorCodes
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Ccd.Management
    Assembly: Unity.Services.Ccd.Management.dll
    Syntax
    public static class CcdManagementErrorCodes

    Fields

    AlreadyExists

    Returned when the entity requested already exists.

    Declaration
    public const int AlreadyExists = 19006
    Field Value
    Type Description
    int

    InactiveOrganization

    Returned when the organization is not activated.

    Declaration
    public const int InactiveOrganization = 19010
    Field Value
    Type Description
    int

    InternalError

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

    Declaration
    public const int InternalError = 19008
    Field Value
    Type Description
    int

    InvalidArgument

    Returned when an argument is invalid.

    Declaration
    public const int InvalidArgument = 19001
    Field Value
    Type Description
    int

    InvalidHashMismatch

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

    Declaration
    public const int InvalidHashMismatch = 19011
    Field Value
    Type Description
    int

    OutOfRange

    Returned when the range requested is unsatisfiable.

    Declaration
    public const int OutOfRange = 19002
    Field Value
    Type Description
    int

    Unauthorized

    Returned when the request is unauthorized.

    Declaration
    public const int Unauthorized = 19003
    Field Value
    Type Description
    int
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)