docs.unity3d.com
    Show / Hide Table of Contents

    Class Detail

    Inheritance
    Object
    Detail
    Namespace: Unity.Services.Lobbies.Models
    Syntax
    [Preserve]
    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

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

    Message

    Declaration
    [Preserve]
    public string Message { get; }
    Property Value
    Type Description
    String
    Back to top
    Terms of use
    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