quotastack Docs
Docs / API / Errors / commit-failed
500

Commit failed

https://api.quotastack.io/errors/commit-failed

QuotaStack could not finish the commit. The reservation may still be open.

Why it happened

  • QuotaStack hit an error part way through closing the hold.
  • The hold may still be open.

How to fix it

  1. Read the reservation. Its status tells you whether the commit landed.
  2. Commit again with the same Idempotency-Key if the status is still active.
  3. Tell support what you sent, if it keeps happening.
Example response 500
{
  "type": "https://api.quotastack.io/errors/commit-failed",
  "title": "Commit Failed",
  "status": 500,
  "detail": "Failed to commit reservation."
}

Which calls return this

See also