Class ErrorResponse
The response used when getting an error.
Inherited Members
Namespace: UnityEditor.Purchasing
Syntax
[Serializable]
public class ErrorResponse : GeneralResponse
Fields
code
The http error code.
Declaration
public string code
Field Value
| Type | Description |
|---|---|
| String |
details
The details of an error.
Declaration
public ErrorDetail[] details
Field Value
| Type | Description |
|---|---|
| ErrorDetail[] |