quotastack Docs
Docs / API / Errors / internal
500

Internal server error

https://api.quotastack.io/errors/internal

Something broke inside QuotaStack. The call may or may not have gone through.

Why it happened

  • A QuotaStack bug, or a database that was briefly out of reach.
  • The access-control service was down. That failure lands here, not on a 403 page.

How to fix it

  1. Send the call again with the same Idempotency-Key. A replay is safe, and a double charge is not.
  2. Read the balance or the record afterwards, to see whether the first call landed.
  3. Tell support what you sent and when, if it keeps happening.
Example response 500
{
  "type": "https://api.quotastack.io/errors/internal",
  "title": "Internal Server Error",
  "status": 500,
  "detail": "Failed to grant credits."
}

Which calls return this

See also