docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AuthenticationError

    AuthenticationError

    Inheritance
    object
    AuthenticationError
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.PlayerAuthentication
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class AuthenticationError

    Constructors

    AuthenticationError(string, int, string, List<object>)

    Initializes a new instance of the AuthenticationError class.

    Declaration
    [Preserve]
    public AuthenticationError(string title = null, int status = 0, string detail = null, List<object> details = null)
    Parameters
    Type Name Description
    string title

    title (required).

    int status

    status (required).

    string detail

    detail (required).

    List<object> details

    details.

    Properties

    Detail

    Gets or Sets Detail

    Declaration
    [Preserve]
    public string Detail { get; set; }
    Property Value
    Type Description
    string

    Details

    Gets or Sets Details

    Declaration
    [Preserve]
    public List<object> Details { get; set; }
    Property Value
    Type Description
    List<object>

    Status

    Gets or Sets Status

    Declaration
    [Preserve]
    public int Status { get; set; }
    Property Value
    Type Description
    int

    Title

    Gets or Sets Title

    Declaration
    [Preserve]
    public string Title { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2024 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)