Class AxiosInvocationErrorResponseResponse
AxiosInvocationErrorResponseResponse
Inherited Members
Namespace: Unity.Services.Apis.CloudCode
Assembly: solution.dll
Syntax
[Preserve]
public class AxiosInvocationErrorResponseResponse
Constructors
AxiosInvocationErrorResponseResponse(string, string, decimal, decimal, string, string)
Initializes a new instance of the Axios
Declaration
[Preserve]
public AxiosInvocationErrorResponseResponse(string type = null, string title = null, decimal status = 0, decimal code = 0, string detail = null, string requestId = null)
Parameters
Type | Name | Description |
---|---|---|
string | type | type. |
string | title | title. |
decimal | status | status. |
decimal | code | code. |
string | detail | detail. |
string | requestId | requestId. |
Properties
Code
Gets or Sets Code
Declaration
[Preserve]
public decimal Code { get; set; }
Property Value
Type | Description |
---|---|
decimal |
Detail
Gets or Sets Detail
Declaration
[Preserve]
public string Detail { get; set; }
Property Value
Type | Description |
---|---|
string |
RequestId
Gets or Sets RequestId
Declaration
[Preserve]
public string RequestId { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Gets or Sets Status
Declaration
[Preserve]
public decimal Status { get; set; }
Property Value
Type | Description |
---|---|
decimal |
Title
Gets or Sets Title
Declaration
[Preserve]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Gets or Sets Type
Declaration
[Preserve]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |