Skip to main content

internal_error

HTTP Status: 500 Category: Server

When you see this

Unexpected server error. Includes request_id for support escalation.

How to fix it

Safe to retry with the SAME X-Idempotency-Key. If the error persists, file a support ticket quoting the request_id.

Example response

{
"error": {
"code": "internal_error",
"message": "Unexpected server error. Includes request_id for support escalation.",
"hint": null,
"doc_url": "https://docs.valara.cloud/api-reference/errors/internal_error",
"request_id": "req_01H...",
"details": {
"errors": [],
"field_count": 0
}
}
}