Class: TD::Types::ResendCodeReason::VerificationFailed
- Inherits:
-
TD::Types::ResendCodeReason
- Object
- Dry::Struct
- Base
- TD::Types::ResendCodeReason
- TD::Types::ResendCodeReason::VerificationFailed
- Defined in:
- lib/tdlib/types/resend_code_reason/verification_failed.rb
Overview
The code is re-sent, because device verification has failed.
Instance Attribute Summary collapse
-
#error_message ⇒ TD::Types::String
Cause of the verification failure, for example, PLAY_SERVICES_NOT_AVAILABLE, APNS_RECEIVE_TIMEOUT, or APNS_INIT_FAILED.
Method Summary
Methods inherited from Base
Instance Attribute Details
#error_message ⇒ TD::Types::String
Cause of the verification failure, for example, PLAY_SERVICES_NOT_AVAILABLE, APNS_RECEIVE_TIMEOUT, or APNS_INIT_FAILED.
6 7 8 |
# File 'lib/tdlib/types/resend_code_reason/verification_failed.rb', line 6 def @error_message end |