ErrorResponse
Properties
| Name |
Type |
Required |
Description |
Example |
resultCode |
integer (int32) |
✓ |
Request result code. 0 = OK; -1 = Unknown error; for values greater than zero see result code list. |
0 |
warning |
string |
|
Filled only if any warning |
|
error |
string |
|
More detailed text description of the error. Do not use this field to retrieve the API call result, use the resultCode instead. This field has an informative character and its main purpose is to better identify the error reason. This field should be logged. |
|
ekasaStatus |
EkasaStatus |
|
A status describing that the request hasn't been processed as it should be |
|
[Back to Model list] [Back to API list] [Back to README]