API reference / errors

Problems should be
legible.

Every rDNA API error links here through its type URI. Match on code, inspect the status, then follow the handling guidance.

Registered problem types

11 entries
  1. malformed The server could not parse the request into the expected shape. HTTP 400
  2. unauthorized The request does not carry valid authentication credentials. HTTP 401
  3. forbidden The caller is authenticated but is not allowed to perform this operation. HTTP 403
  4. not-found The requested resource does not exist or is not visible to the caller. HTTP 404
  5. validation The request parsed successfully but failed an input or business rule. HTTP 422
  6. quota-exceeded The tenant has exhausted its allowance for the current billing period. HTTP 429
  7. rate-limited A short-duration request rate limit has been exceeded. HTTP 429
  8. internal The server failed while processing an otherwise valid request. HTTP 500
  9. not-implemented The endpoint contract exists, but this operation is not available yet. HTTP 501
  10. at-capacity This API instance has reached its concurrency limit for expensive work. HTTP 503
  11. service-issue The service cannot complete this request. HTTP 503