⛔Standard Error Format
If an error is returned by the API it will normally be in this format.
Name
Type
Description
{
"code": "EXAMPLE_CODE",
"message": "Example Message",
"details": null
}Last updated
If an error is returned by the API it will normally be in this format.
{
"code": "EXAMPLE_CODE",
"message": "Example Message",
"details": null
}Last updated