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.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Lobbies.Models
    Assembly: Unity.Services.Multiplayer.dll
    Syntax
    [Preserve]
    [DataContract(Name = "Detail")]
    public class Detail

    Constructors

    Detail(string, string)

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

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

    errorType param

    string message

    message param

    Properties

    ErrorType

    Parameter errorType of Detail

    Declaration
    [Preserve]
    [DataMember(Name = "errorType", EmitDefaultValue = false)]
    public string ErrorType { get; }
    Property Value
    Type Description
    string

    Message

    Parameter message of Detail

    Declaration
    [Preserve]
    [DataMember(Name = "message", EmitDefaultValue = false)]
    public string Message { get; }
    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)