Errors

A returned error indicates that the request was unsuccessful. The error will be returned in the top-level error property of the JSON response. For more information, see HTTP response codes.

Error object

{
  "error": {
    "status": 404,
    "title": "Not Found",
    "message": "Not Found",
    "link": null,
    "code": 0,
    "request_id": "bf96dc8507",
    "elapsed": "0.017",
    "time": "2026-06-27T14:22:11+00:00"
  }
}

Fields

  • status
    required readonly integer
    HTTP status code of the error.
  • title
    required readonly string
    Short title of the error describing the HTTP status.
  • message
    required readonly string
    Detailed message describing the error.
  • link
    nullable readonly string
    Optional link to documentation or additional information about the error.
  • code
    readonly integer
    Optional application-specific error code.
  • request_id
    required readonly string
    Unique request ID.
  • elapsed
    required readonly string
    Time elapsed (in seconds) to complete the request.
  • time
    required readonly string
    UTC timestamp in ISO 8601 format when the error was generated.
Was this page helpful?
© 2026 Bloom Data · System status