Error Handling

Errors are returned as JSON objects with the following structure:

{
  "error": {
    "code": "string",
    "message": "srting"
  }
}

Last updated