An unexpected error occurred on the server. This is not caused by your request and typically indicates a transient issue on the Dinie platform.
HTTP Status: 500 Internal Server Error
| Code | Description |
|---|---|
internal_error | An unexpected server-side error occurred |
{
"type": "https://api.dinie.com.br/errors/internal_error",
"title": "Internal Server Error",
"status": 500,
"detail": "An unexpected error occurred. Please try again later.",
"code": "internal_error"
}- Retry the request after a short delay using exponential backoff.
- If the error persists, contact Dinie support with the request details and timestamp.
- Do not retry non-idempotent operations (e.g., loan creation) without checking whether the original request succeeded. Use
Idempotency-Keyheaders to make retries safe.
- Error Handling guide -- Full error handling patterns and code examples