Errors
Stable error shape with machine-readable codes.
The TelEcho API returns errors as JSON with a stable envelope so your SDK
or client code can switch on error.code:
HTTP status codes
Error codes
Authentication
Request validation
Resource state
Billing & telephony
Retry strategy
429— wait for the time in theRetry-Afterheader before retrying.5xx— exponential backoff: 1s, 2s, 4s, 8s … up to 30s.4xx(other than 429) — don’t retry; fix the request.
