v1.0.0
Latest
2022.3+

Class Detail

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

Inheritance
System.Object
Detail
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Unity.Services.Lobbies.Models
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
TypeNameDescription
System.StringerrorType

errorType param

System.Stringmessage

message param

Properties

ErrorType

Parameter errorType of Detail

Declaration
public string ErrorType { get; }
Property Value
TypeDescription
System.String

Message

Parameter message of Detail

Declaration
public string Message { get; }
Property Value
TypeDescription
System.String