Digits キットによって提示されるエラーコード。
宣言場所 | DGTErrors.h |
DGTErrorCode Constants ReferenceError codes surfaced by the Digits kit.
|
DGTErrorCode |
typedef NS_ENUM(NSInteger, DGTErrorCode ) { DGTErrorCodeUnspecifiedError = 0, DGTErrorCodeUserCanceledAuthentication = 1, DGTErrorCodeUnableToAuthenticateNumber = 2, DGTErrorCodeUnableToConfirmNumber = 3, DGTErrorCodeUnableToAuthenticatePin = 4, };
Definitiontypedef NS_ENUM(NSInteger, DGTErrorCode ) { DGTErrorCodeUnspecifiedError = 0, DGTErrorCodeUserCanceledAuthentication = 1, DGTErrorCodeUnableToAuthenticateNumber = 2, DGTErrorCodeUnableToConfirmNumber = 3, DGTErrorCodeUnableToAuthenticatePin = 4, }; |
DGTErrorCodeUnspecifiedError
特定できないエラー。 Only error type available at the moment.
DGTErrorCodeUserCanceledAuthentication
ユーザーがDigits の認証フローをキャンセルした。
DGTErrorCodeUnableToAuthenticateNumber
以下のいずれかが発生している可能性がありますg:
- ネットワークがダウンしている
- 電話番号が無効か、不完全。
- 予期せぬサーバエラーが発生した。
DGTErrorCodeUnableToConfirmNumber
ユーザーが誤った確認番号を何回も入力した
DGTErrorCodeUnableToAuthenticatePin
ユーザーが誤ったpin番号を何回も入力した
Constants
Unspecified error. Only error type available at the moment.
User canceled the Digits authentication flow.
One of a few things may be happening:
User entered incorrect confirmation number too many times.
User entered incorrect pin number too many times. |