HTTP Reference
HTTP 500 Internal Server Error
The server encountered an unexpected condition.
Common Causes
- Unhandled runtime exception.
- Database connection failures.
- Unexpected null/undefined in server logic.
Debugging Notes
- Check structured logs and recent deploys.
- Add guardrails around integration boundaries.
Example Response
{
"status": 500,
"error": "Internal Server Error",
"message": "Unexpected error"
}