サイトのトップへ戻る

Twitter 開発者 ドキュメント日本語訳

DGTErrorCode 定数のリファレンス

Digits キットによって提示されるエラーコード。

宣言場所 DGTErrors.h


DGTErrorCode



定義
typedef NS_ENUM(NSInteger, DGTErrorCode ) {
   DGTErrorCodeUnspecifiedError = 0,
   DGTErrorCodeUserCanceledAuthentication = 1,
   DGTErrorCodeUnableToAuthenticateNumber = 2,
   DGTErrorCodeUnableToConfirmNumber = 3,
   DGTErrorCodeUnableToAuthenticatePin = 4,
};


Constants

DGTErrorCodeUnspecifiedError

特定できないエラー。 Only error type available at the moment.

DGTErrorCodeUserCanceledAuthentication

ユーザーがDigits の認証フローをキャンセルした。

DGTErrorCodeUnableToAuthenticateNumber

以下のいずれかが発生している可能性がありますg:
  • ネットワークがダウンしている
  • 電話番号が無効か、不完全。
  • 予期せぬサーバエラーが発生した。

DGTErrorCodeUnableToConfirmNumber

ユーザーが誤った確認番号を何回も入力した

DGTErrorCodeUnableToAuthenticatePin

ユーザーが誤ったpin番号を何回も入力した