Errors
Error response schema
The error response schema is the same for each API method.
Name | Type | Required | Description |
---|---|---|---|
errorType | string | true | Error type. |
errorMessage | string | true | Error message. |
errorDetails | array of objects | true | If the error contains no details, errorDetails equals null . |
Error codes
API errors are described in this documentation in the methods' response schemas.