Errors & rate limits
Jetwild uses conventional HTTP status codes and returns a structured error body on every failure.
Status codes
Error shape
Rate limits
Limits scale with plan. When you hit one you get a 429 with a Retry-After
header (seconds). The SDKs retry these automatically with backoff.
Idempotency
Send an Idempotency-Key header on writes. Retried requests with the same key
return the original result instead of duplicating work.
Last updated on