Class AxiosInvocationErrorResponseRequest
AxiosInvocationErrorResponseRequest
Inherited Members
Namespace: Unity.Services.Apis.CloudCode
Assembly: solution.dll
Syntax
[Preserve]
public class AxiosInvocationErrorResponseRequest
Constructors
AxiosInvocationErrorResponseRequest(ApiObject, ApiObject, string, string)
Initializes a new instance of the Axios
Declaration
[Preserve]
public AxiosInvocationErrorResponseRequest(ApiObject data = null, ApiObject headers = null, string method = null, string url = null)
Parameters
Type | Name | Description |
---|---|---|
Api |
data | data. |
Api |
headers | headers. |
string | method | method. |
string | url | url. |
Properties
Data
Gets or Sets Data
Declaration
[Preserve]
public ApiObject Data { get; set; }
Property Value
Type | Description |
---|---|
Api |
Headers
Gets or Sets Headers
Declaration
[Preserve]
public ApiObject Headers { get; set; }
Property Value
Type | Description |
---|---|
Api |
Method
Gets or Sets Method
Declaration
[Preserve]
public string Method { get; set; }
Property Value
Type | Description |
---|---|
string |
Url
Gets or Sets Url
Declaration
[Preserve]
public string Url { get; set; }
Property Value
Type | Description |
---|---|
string |