Problem types
Every Evinor API error is an RFC 9457
problem document whose type member is a stable URI on this page's path. Each
type below documents what the error means and how to resolve it. See
Errors for the shared response anatomy.
| Status | Problem type |
|---|---|
| 400 | validation-failed |
| 401 | invalid-api-key |
| 403 | missing-scope |
| 404 | not-found |
| 409 | idempotency-in-flight |
| 422 | idempotency-key-conflict |
| 429 | rate-limited |
| 502 | upstream-error |
| 503 | write-unavailable |
| 500 | internal-error |