docs.unity3d.com
    Show / Hide Table of Contents

    Class ServerAuthenticationErrorCodes

    ServerAuthenticationErrorCodes lists the error codes to expect from ServerAuthenticationException and failed events. The error code range is the same as AuthenticationException: 10000 to 10999.

    Inheritance
    Object
    ServerAuthenticationErrorCodes
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Services.Authentication.Server
    Syntax
    public static class ServerAuthenticationErrorCodes

    Fields

    ClientInvalidUserState

    A client error that is returned when the user is not in the right state. For example, calling SignOut when the user is already signed out will result in this error.

    Declaration
    public static readonly int ClientInvalidUserState
    Field Value
    Type Description
    Int32

    InvalidParameters

    The error returned when the parameter is missing or not in the right format.

    Declaration
    public static readonly int InvalidParameters
    Field Value
    Type Description
    Int32

    MinValue

    The minimal value of an Authentication error code. Any error code thrown from Authentication SDK less than it is from CommonErrorCodes.

    Declaration
    public static readonly int MinValue
    Field Value
    Type Description
    Int32
    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