Class ErrorResponse
The response used when getting an error.
Inherited Members
Namespace: UnityEditor.Purchasing
Assembly: UnityEditor.Purchasing.dll
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[] |