Class ErrorResponse
A generic error response which will be parsed to an Exception by the SDK
Namespace: ColizeumSDK.API.Responses
Assembly: cs.temp.dll.dll
Syntax
public class ErrorResponse
Fields
error
Declaration
public string error
Field Value
| Type | Description |
|---|---|
| String |
error_description
Declaration
public string error_description
Field Value
| Type | Description |
|---|---|
| String |
error_detail
Declaration
public string error_detail
Field Value
| Type | Description |
|---|---|
| String |
message
Declaration
public string message
Field Value
| Type | Description |
|---|---|
| String |
status
Declaration
public int status
Field Value
| Type | Description |
|---|---|
| Int32 |