quotastack Docs
Docs / API / Errors / internal-error
500

Internal error

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

The import broke partway through. QuotaStack rolled the whole thing back.

Why it happened

  • The import hit an error, and the reply carries the raw text.
  • This slug comes only from the import call. The rest of QuotaStack sends internal instead.

How to fix it

  1. Read detail. The text is the real error, and it usually names the record at fault.
  2. Run it again with options.dry_run: true, to see how far it gets.
  3. Send the import again with the same Idempotency-Key once the cause is fixed.
Example response 500
{
  "type": "https://api.quotastack.io/errors/internal-error",
  "title": "Internal Server Error",
  "status": 500,
  "detail": "create purchase: context deadline exceeded"
}

Which calls return this