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
    Namespace: Unity.Services.Lobbies.Models
    Assembly: solution.dll
    Syntax
    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
    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
    public string ErrorType { get; }
    Property Value
    Type Description
    string

    Message

    Parameter message of Detail

    Declaration
    public string Message { get; }
    Property Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2025 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)