Class AuthenticationError
AuthenticationError
Inherited Members
Namespace: Unity.Services.Apis.PlayerAuthentication
Assembly: solution.dll
Syntax
[Preserve]
public class AuthenticationError
Constructors
AuthenticationError(string, int, string, List<object>)
Initializes a new instance of the Authentication
Declaration
[Preserve]
public AuthenticationError(string title = null, int status = 0, string detail = null, List<object> details = null)
Parameters
Type | Name | Description |
---|---|---|
string | title | title (required). |
int | status | status (required). |
string | detail | detail (required). |
List<object> | details | details. |
Properties
Detail
Gets or Sets Detail
Declaration
[Preserve]
public string Detail { get; set; }
Property Value
Type | Description |
---|---|
string |
Details
Gets or Sets Details
Declaration
[Preserve]
public List<object> Details { get; set; }
Property Value
Status
Gets or Sets Status
Declaration
[Preserve]
public int Status { get; set; }
Property Value
Type | Description |
---|---|
int |
Title
Gets or Sets Title
Declaration
[Preserve]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |