Class Detail
Additional detail about an error. This may include detailed validation failure messages, debugging information, troubleshooting steps, or more.
Inherited Members
Namespace: Unity.Services.Lobbies.Models
Assembly: Unity.Services.Lobbies.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 |