MortgageGuidelines API

Errors

Standard error envelope and the common status codes returned by the API.

Errors

Every JSON error response uses the same envelope:

Error response
{
  "error": {
    "code": "invalid_request",
    "message": "Invalid request body",
    "request_id": "req_9b8f0b5fcb5b4eaa"
  }
}

Common codes

  • invalid_request
  • unauthorized
  • forbidden
  • not_found
  • rate_limited
  • idempotency_conflict
  • upstream_error
  • internal_error