Skip to main content
Orb’s error response format follows RFC 7807. Each error response includes:
  • status: Same as the HTTP status code
  • title: Brief description of the error message
  • type: URI that always links to this document for further reference
  • detail: Human readable description providing more insight into the error
Note that error responses may include other keys specific to the error.
The following table describes the error types. If you are processing an error programmatically, consider using the type URI along with the status code. The type URI is a stable identifier for the class of error.