2xx range indicate success. Codes in the 4xx range indicate an error that failed given the information provided (e.g., a required parameter was omitted, a charge failed, etc.). Codes in the 5xx range indicate an error with Timbal servers (these are rare).
Rate limiting
Some endpoints enforce per-user rate limits. When limits apply, successful2xx responses and 429 Too Many Requests may include:
Legacy aliases
X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset mirror the RateLimit-* values.