v1.1.4
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
[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 |
---|---|---|
System.String | errorType | errorType param |
System.String | message | message param |
Properties
ErrorType
Parameter errorType of Detail
Declaration
[Preserve]
public string ErrorType { get; }
Property Value
Type | Description |
---|---|
System.String |
Message
Parameter message of Detail
Declaration
[Preserve]
public string Message { get; }
Property Value
Type | Description |
---|---|
System.String |