â›”Standard Error Format

If an error is returned by the API it will normally be in this format.

If an error is not in this format it is likely something has gone wrong on our end. We're setup to automatically catch 500 errors but if you think you can give us some more info feel free to email us at [email protected]

Name
Type
Description

code

string

A code for the error. This should be used when trying to catch specific errors.

message

string

A human readable message that may help explain what went wrong.

details

dynamic

Further details about the error if applicable. This will change based on the type of error and sometimes may not be included.

Last updated