Exception: Prosody::TransientError
- Inherits:
-
EventHandlerError
- Object
- StandardError
- Error
- EventHandlerError
- Prosody::TransientError
- Defined in:
- lib/prosody/handler.rb
Overview
Error indicating that the failure is temporary and can be retried.
Instance Method Summary collapse
-
#permanent? ⇒ false
Indicates this error is retryable.
Instance Method Details
#permanent? ⇒ false
Returns indicates this error is retryable.
34 |
# File 'lib/prosody/handler.rb', line 34 def permanent? = false |