Class: TD::Types::ResendCodeReason::VerificationFailed

Inherits:
TD::Types::ResendCodeReason show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#error_messageTD::Types::String

Cause of the verification failure, for example, PLAY_SERVICES_NOT_AVAILABLE, APNS_RECEIVE_TIMEOUT, or APNS_INIT_FAILED.

Returns:

  • (TD::Types::String)

    the current value of error_message



6
7
8
# File 'lib/tdlib/types/resend_code_reason/verification_failed.rb', line 6

def error_message
  @error_message
end