Class AxiosInvocationErrorResponseRequest
AxiosInvocationErrorResponseRequest
Inherited Members
Namespace: Unity.Services.Apis.CloudCode
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "AxiosInvocationErrorResponseRequest")]
[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
[DataMember(Name = "data", EmitDefaultValue = true)]
[Preserve]
public ApiObject Data { get; set; }
Property Value
Type | Description |
---|---|
Api |
Headers
Gets or Sets Headers
Declaration
[DataMember(Name = "headers", EmitDefaultValue = true)]
[Preserve]
public ApiObject Headers { get; set; }
Property Value
Type | Description |
---|---|
Api |
Method
Gets or Sets Method
Declaration
[DataMember(Name = "method", EmitDefaultValue = false)]
[Preserve]
public string Method { get; set; }
Property Value
Type | Description |
---|---|
string |
Url
Gets or Sets Url
Declaration
[DataMember(Name = "url", EmitDefaultValue = false)]
[Preserve]
public string Url { get; set; }
Property Value
Type | Description |
---|---|
string |