Przejdź do treści

DarhimLabs API

Error Codes

Reference bledow API, request_id i troubleshooting.

Error Codes

Kazdy blad API ma stabilny code, ludzki message, request_id i link do dokumentacji.

Format

{
  "error": "rate_limited",
  "message": "Too many requests. Retry after 60 seconds.",
  "code": "RATE_LIMIT_EXCEEDED",
  "request_id": "req_01HK...",
  "documentation_url": "https://app.darhimlabs.pl/docs/errors#rate_limit"
}

Najczestsze kody

| Code | HTTP | Znaczenie | | --- | ---: | --- | | UNAUTHORIZED | 401 | Brak lub bledny API key | | FORBIDDEN_SCOPE | 403 | Klucz nie ma wymaganego scope | | NOT_FOUND | 404 | Resource nie istnieje w tym workspace | | RATE_LIMIT_EXCEEDED | 429 | Przekroczony limit | | INTERNAL_ERROR | 500 | Blad po stronie DarhimLabs |