Class ApiErrorInfo
ApiErrorInfo
Inherited Members
Namespace: Unity.Services.Apis.UGC
Assembly: solution.dll
Syntax
[Preserve]
public class ApiErrorInfo
Constructors
ApiErrorInfo(string, string, List<string>, int)
Initializes a new instance of the Api
Declaration
[Preserve]
public ApiErrorInfo(string title = null, string detail = null, List<string> details = null, int status = 0)
Parameters
Type | Name | Description |
---|---|---|
string | title | title. |
string | detail | detail. |
List<string> | details | details. |
int | status | status. |
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<string> 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 |