docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Detail

    Additional detail about an error. This may include detailed validation failure messages, debugging information, troubleshooting steps, or more.

    Inheritance
    object
    Detail
    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.Lobbies
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class Detail

    Constructors

    Detail(string, string)

    Initializes a new instance of the Detail class.

    Declaration
    [Preserve]
    public Detail(string errorType = null, string message = null)
    Parameters
    Type Name Description
    string errorType

    errorType.

    string message

    message.

    Properties

    ErrorType

    Gets or Sets ErrorType

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

    Message

    Gets or Sets Message

    Declaration
    [Preserve]
    public string Message { 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)