Exception: CommandTower::Errors::Auth::AccountDeletedError
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/account_deleted_error.rb', line 7
def code
"account_deleted"
end
|
#log_level ⇒ Object
15
16
17
|
# File 'app/errors/command_tower/errors/auth/account_deleted_error.rb', line 15
def log_level
:info
end
|
#message ⇒ Object
11
12
13
|
# File 'app/errors/command_tower/errors/auth/account_deleted_error.rb', line 11
def message
"Account has been deleted"
end
|