Error codes · No decision reached

Service unavailable

Codedependency_unavailable
Status503
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

Anis could not reach a decision because something it depends on was unavailable.

What to do

  • On an order: the purchase may still complete. Resume with the SAME operation id and the same body after a short wait — never a new id.
  • On a read: retry after a short wait.

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/dependency-unavailable",
  "title": "Service unavailable",
  "status": 503,
  "code": "dependency_unavailable",
  "requestId": "01J9R2K8T4V6XQ0M3B7C5D9E1F"
}