Error codes · No decision reached

Internal error

Codeinternal_error
Status500
If this was an orderMay still complete — resume with the same id
Send it again unchanged?Yes — see What to do
.NET SDKDependencyUnavailableException

The order may still complete

Resume it with the same operation id and the same body. A new operation id can buy the cards a second time.

What it means

Something failed inside Anis before a decision was reached. If the answer is marked Idempotency-Replayed: true, it is instead the recorded answer of an order that is already closed — nothing was bought.

What to do

  • On an order: resume with the SAME operation id after a short wait — unless the answer is marked replayed, in which case the order is closed.
  • On a read: retry after a short wait.
  • If it persists, contact Anis with the request id.

Where you can meet it

Example

The body of the refusal. Its type is the address of this page.

{
  "type": "https://developers.anis.ly/errors/internal-error",
  "title": "Internal error",
  "status": 500,
  "code": "internal_error",
  "requestId": "01J9R2K8T4V6XQ0M3B7C5D9E1F"
}