unauthorized | 401 | Invalid or missing credentials | Service-level authentication failure. In practice the gateway rejects a missing or invalid key first with the general 10009 error, so this code is rarely seen. | Send your Telnyx API key as a bearer token in the Authorization header (exact Bearer capitalization). |
not_found | 404 | Meeting session not found | No session with the supplied id belongs to the authenticated account. | Verify the session id and that it was created by the same account. |
invalid_request | 400, 413 | Request rejected | A field in the request is invalid or not allowed, for example a disabled webhook_url. A request that exceeds a documented size limit returns the same code with 413. | Correct the field named in message and retry. |
invalid_state | 409 | Operation not valid for the session status | The operation requires a different lifecycle status, for example only scheduled sessions can be updated and actions require an active session. | Read the session status first and retry when the session reaches the required state. |
unsupported_capability | 422 | Capability not supported on this platform | The requested capability, such as avatar video, is not available on the detected meeting platform. | Check the platform’s capabilities before enabling the feature, or omit it. |
not_configured | 503 | Feature not configured | A required integration is not configured for the account. | Complete the feature’s setup for your account before retrying. |
tts_error | Text-to-speech failure | The speak operation failed in the upstream text-to-speech service. | Retry the speak action; if the failure persists, try a different voice. | |
provider_error | Provider failure | The upstream meeting provider failed, for example a recording-media deletion whose outcome is unknown. | Retry the operation and confirm the result with a follow-up read. | |
auth_unavailable | Authentication service unavailable | The authentication backend could not be reached. | Retry with backoff. | |
internal_error | Internal server error | An unexpected failure inside the Meeting service. | Retry with backoff; contact support if the failure persists. | |