internal
500 Internal Server Error — Something failed on our side.
internal
HTTP 500 Internal Server Error
Content-Type: application/problem+json
{
"type": "https://docs.transmute.403fin.io/errors/internal",
"title": "...",
"status": 500,
"detail": "...",
"requestId": "req_01J..."
}
Something failed on our side. The detail is a fixed generic string — it will never contain your message content or internal specifics.
Common causes
- A defect or infrastructure failure in the service
How to fix it
Retry with backoff (idempotency makes this safe — see Idempotency). If it persists, contact support with the X-Request-Id from the response — that id is how we find the request in our body-free logs.
Does it bill?
No — our failures are never billed. See Test vs Live Keys for the full billing rules.
Related
- Errors Overview — the problem+json shape and the closed catalog
- Every response carries an
X-Request-Id; quote it when contacting support.
Was this page helpful?