Skip to content
Last updated

Internal Server Error

FieldValue
Type URIhttps://developer-next.ingrid.com/ingrid-api/errors/common/internal-server-error
TitleInternal Server Error
Recommended Status500 Internal Server Error

Common Causes

  • An unexpected condition was encountered on the server
  • An unhandled exception occurred while processing the request
  • A downstream service dependency failed unexpectedly

Example Response

{
  "type": "https://developer-next.ingrid.com/ingrid-api/errors/common/internal-server-error",
  "title": "Internal Server Error",
  "status": 500,
  "detail": "An unexpected error occurred. Please try again later.",
  "trace_id": "abc-123-def-456"
}