docs.unity3d.com
    Show / Hide Table of Contents

    Class ServiceErrorMessage

    Contains default error messages of ServiceException.

    Inheritance
    Object
    ServiceErrorMessage
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Cloud.Common
    Syntax
    public static class ServiceErrorMessage

    Fields

    AuthenticationFailed

    Declaration
    public const string AuthenticationFailed = "Authentication failed"
    Field Value
    Type Description
    String

    ConnectionFailed

    Declaration
    public const string ConnectionFailed = "Connection to cloud services failed"
    Field Value
    Type Description
    String

    DeviceCodeExpired

    Declaration
    public const string DeviceCodeExpired = "The device code has expired"
    Field Value
    Type Description
    String

    DeviceCodePending

    Declaration
    public const string DeviceCodePending = "Authorization pending"
    Field Value
    Type Description
    String

    InvalidArgument

    Declaration
    public const string InvalidArgument = "Invalid argument"
    Field Value
    Type Description
    String

    LinkNotFound

    Declaration
    public const string LinkNotFound = "Link not found"
    Field Value
    Type Description
    String

    MaxCapacityReached

    Declaration
    public const string MaxCapacityReached = "The server is at maximum capacity"
    Field Value
    Type Description
    String

    MaxDeviceReached

    Declaration
    public const string MaxDeviceReached = "Maximum number of devices reached"
    Field Value
    Type Description
    String

    MaxSeatReached

    Declaration
    public const string MaxSeatReached = "Maximum number of seats reached"
    Field Value
    Type Description
    String

    ModelNotSupported

    Declaration
    public const string ModelNotSupported = "Model not supported"
    Field Value
    Type Description
    String

    NoEntitlementAvailable

    Declaration
    public const string NoEntitlementAvailable = "No entitlement available"
    Field Value
    Type Description
    String

    NoLicenseAvailable

    Declaration
    public const string NoLicenseAvailable = "No license available"
    Field Value
    Type Description
    String

    NoSeatEntitlement

    Declaration
    public const string NoSeatEntitlement = "No floating seats entitlement"
    Field Value
    Type Description
    String

    ProjectNotFound

    Declaration
    public const string ProjectNotFound = "Project not found"
    Field Value
    Type Description
    String

    ResourceAccessForbidden

    Declaration
    public const string ResourceAccessForbidden = "Resource access forbidden"
    Field Value
    Type Description
    String

    ResourceNotFound

    Declaration
    public const string ResourceNotFound = "Requested resource not found"
    Field Value
    Type Description
    String

    UnauthorizedAccess

    Declaration
    public const string UnauthorizedAccess = "Unauthorized access"
    Field Value
    Type Description
    String

    UnexpectedServerError

    Declaration
    public const string UnexpectedServerError = "Unexpected server error"
    Field Value
    Type Description
    String

    UnknownApplication

    Declaration
    public const string UnknownApplication = "Unknown application"
    Field Value
    Type Description
    String
    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