Internal Server Error
Occurs when an unexpected error happens while processing the request.
Cause
An unexpected error occurred while processing the request.
This indicates a server-side issue that could not be handled gracefully.
Suggested Action
Retry the request after some time. If the issue persists, contact support with relevant request details.
Response Example
{
"type": "https://developers.leadboxer.com/docs/internal-server-error",
"title": "Internal Server Error",
"status": 500,
"detail": "An unexpected error occurred. Please contact support.",
"instance": "/v1/example-endpoint"
}HTTP Status
500 Internal Server Error
Resolution
- Retry the request later
- Contact support if the problem persists
Updated 6 days ago
