status code | error code | description |
---|---|---|
400 | request.malformed | The request was malformed, and could not be decoded. |
400 | request.invalid | The request could be decoded, but some of the data was invalid. Please look at the details field to see which field is the issue. |
401 | Authorization failed, please make sure to use the right key to make API requests. | |
500 | exception.internal | The server encountered an internal error and was unable to complete your request. |