Twilio クライアント エラー コード
This page lists the errors that Twilio Client may emit. The error codes are five-digit integers beginning with 31.
For a full list of error codes that may be encountered, see the Error and Warning Dictionary
Twilio Errors
When applicable, errors emitted will contain a twilioError
field, providing more information about the error. This twilioError
represents the new TwilioError format that will become the default Error format in the next major release. Please see Connection and Device .on('error', handler(error))
API for more information.
310xx 番台 : 一般エラー
Code | 概要 |
---|---|
31000 | General Twilio Client error. The new twilioError field may contain more information and more information may be available in the debugger. |
31001 | TwiML Application not found. |
31002 | 接続拒否。原因の詳しい情報はデバッガーをチェックして下さい。 |
31003 | コネクションタイムアウト |
31005 | WebSocket connection to Twilio's signaling servers were unexpectedly ended. If this is happening consistently, there may be an issue resolving the hostname provided. If a region is being specified in Device setup, ensure it's a valid region. |
31009 | No transport available to send or receive messages. |
311xx 番台 : 不正なリクエスト
Code | 概要 |
---|---|
31100 | 一般的な不正な形式のリクエスト |
31101 | リクエスト中にパラメーターの配列がありません。 |
31102 | リクエスト中に認証トークンがありません。 |
31103 | パラメーターの長さが MAX_PARAM\_LENGTH を超えることはできません。 |
31104 | 無効なブリッジトークン |
31105 | Invalid client name/identity. Note, the client name/identity provided in the AccessToken may only contain alpha-numeric and underscore characters. Other characters, including spaces, will result in undefined behavior. The maximum number of characters for the identity is 121. |
312xx 番台 : 認証エラー
Code | 概要 |
---|---|
31201 | 一般的な不明なエラー |
31202 | JWT シグネチャのバリデーションに失敗しました。 |
31203 | 有効なアカウントがありません。 |
31204 | 無効なJWT トークン |
31205 | JWT token 有効期限切れ |
31206 | APIリクエスト頻度が高すぎます。 |
31207 | JWT トークンが有効期限が長すぎる |
31208 | ユーザーがマイクへのアクセスを拒否しました。 |
ヘルプが必要ですか?
誰しもが一度は考える「コーディングって難しい」。そんな時は、お問い合わせフォームから質問してください。 または、Stack Overflow でTwilioタグのついた情報から欲しいものを探してみましょう。