Standard Error Format
If an error is returned by the API it will normally be in this format.
Last updated
If an error is returned by the API it will normally be in this format.
Last updated
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.