PeekPanda docs
Errors & retries
Handle safe envelopes, authorization failures and rate limits predictably.
Download Markdown ↓Status codes
The public adapter maps invalid input to 400, missing credentials to 401, missing subscription to 402, authorization failures to 403, missing records to 404, conflicts to 409 and throttles to 429. Unexpected failures are sanitized.
Retry-After
Honor Retry-After when supplied. Do not retry unchanged 400, 401, 402 or 403 responses. Never retry an uncertain provider-writing command unless its idempotency or job-status contract makes that safe.
Freshness
A successful HTTP response proves transport and authorization only. It does not make a provider observation current beyond the source date included in the payload.