Exception: CommandTower::Errors::Auth::PasswordResetUnavailableError
Instance Attribute Summary
#cause, #details
Instance Method Summary
collapse
#initialize, #retryable?
Instance Method Details
#code ⇒ Object
7
8
9
|
# File 'app/errors/command_tower/errors/auth/password_reset_unavailable_error.rb', line 7
def code
"password_reset_unavailable"
end
|
#log_level ⇒ Object
15
16
17
|
# File 'app/errors/command_tower/errors/auth/password_reset_unavailable_error.rb', line 15
def log_level
:warn
end
|
#message ⇒ Object
11
12
13
|
# File 'app/errors/command_tower/errors/auth/password_reset_unavailable_error.rb', line 11
def message
"Password reset is currently unavailable"
end
|