INTERNAL_SERVER_ERROR
Summary
This error corresponds to the standard 500 Internal Server Error
HTTP status code, indicating that the server encountered an unexpected condition preventing it from fulfilling the request.
Example Response
{
"code": "INTERNAL_SERVER_ERROR",
"type": "https://docs.leyr.io/api/error-handling/internal_server_error",
"title": "Service unavailable",
"status": 500,
"detail": "Internal server error. Please retry the request. If the issue persists, contact our support team for investigation.",
"instance": "36b5909e-4391-4520-b303-84cbb80c4264"
}
Possible Reasons
- An unhandled exception has occurred in our system
- A critical service dependency is temporarily unavailable
- The server has encountered an unexpected state
Resolution Steps
This error typically indicates an issue within our system that requires attention. Here's what you can do:
- Retry your request after a brief delay, as the issue might be temporary.
- If the error persists, please contact our support team at contact@leyr.io with the following details:
- The
instance
ID from the error response - A description of what you were trying to achieve
- The
We take these errors seriously and will fix them quickly to prevent future occurrences!
Table of Contents