Exception: CommandTower::Errors::Account::PhoneVerificationSendFailedError
Instance Attribute Summary
#cause, #details
Instance Method Summary
collapse
#initialize
Instance Method Details
#code ⇒ Object
7
8
9
|
# File 'app/errors/command_tower/errors/account/phone_verification_send_failed_error.rb', line 7
def code
"phone_verification_send_failed"
end
|
#log_level ⇒ Object
19
20
21
|
# File 'app/errors/command_tower/errors/account/phone_verification_send_failed_error.rb', line 19
def log_level
:error
end
|
#message ⇒ Object
11
12
13
|
# File 'app/errors/command_tower/errors/account/phone_verification_send_failed_error.rb', line 11
def message
"Unable to send verification code"
end
|
#retryable? ⇒ Boolean
15
16
17
|
# File 'app/errors/command_tower/errors/account/phone_verification_send_failed_error.rb', line 15
def retryable?
true
end
|