Quick Summary: Something failed on our side. The response deliberately contains no internals — the
requestId is the handle our engineers trace it by.What happened
An unexpected error occurred while serving the request. It has already been reported to our monitoring with the samerequestId your response carries.
What to do
- Retry once with backoff — many 500s are transient.
- If it persists, contact support quoting the
requestIdand the time of the request. - For write requests, retry with the same
Idempotency-Keyyou sent originally — that guarantees the operation cannot be performed twice.