Class AxiosInvocationErrorResponseResponse
AxiosInvocationErrorResponseResponse
Inherited Members
Namespace: Unity.Services.Apis.CloudCode
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "AxiosInvocationErrorResponseResponse")]
[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
[DataMember(Name = "code", EmitDefaultValue = false)]
[Preserve]
public decimal Code { get; set; }
Property Value
Type | Description |
---|---|
decimal |
Detail
Gets or Sets Detail
Declaration
[DataMember(Name = "detail", EmitDefaultValue = false)]
[Preserve]
public string Detail { get; set; }
Property Value
Type | Description |
---|---|
string |
RequestId
Gets or Sets RequestId
Declaration
[DataMember(Name = "requestId", EmitDefaultValue = true)]
[Preserve]
public string RequestId { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Gets or Sets Status
Declaration
[DataMember(Name = "status", EmitDefaultValue = false)]
[Preserve]
public decimal Status { get; set; }
Property Value
Type | Description |
---|---|
decimal |
Title
Gets or Sets Title
Declaration
[DataMember(Name = "title", EmitDefaultValue = false)]
[Preserve]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Gets or Sets Type
Declaration
[DataMember(Name = "type", EmitDefaultValue = false)]
[Preserve]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |