Exception: CommandTower::Errors::Messaging::RecipientUnresolvedError
- Inherits:
-
ApplicationError
- Object
- StandardError
- ApplicationError
- CommandTower::Errors::Messaging::RecipientUnresolvedError
show all
- Defined in:
- app/errors/command_tower/errors/messaging/recipient_unresolved_error.rb
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/messaging/recipient_unresolved_error.rb', line 7
def code
"messaging_recipient_unresolved"
end
|
#log_level ⇒ Object
15
16
17
|
# File 'app/errors/command_tower/errors/messaging/recipient_unresolved_error.rb', line 15
def log_level
:warn
end
|
#message ⇒ Object
11
12
13
|
# File 'app/errors/command_tower/errors/messaging/recipient_unresolved_error.rb', line 11
def message
"Unable to resolve messaging recipient"
end
|