Exception: Browserbeam::EngineUnavailableError
- Defined in:
- lib/browserbeam/errors.rb
Instance Attribute Summary collapse
-
#retry_after ⇒ Object
readonly
Returns the value of attribute retry_after.
Attributes inherited from Error
#code, #context, #request_id, #status_code
Instance Method Summary collapse
-
#initialize(message, retry_after: nil, **kwargs) ⇒ EngineUnavailableError
constructor
A new instance of EngineUnavailableError.
Constructor Details
#initialize(message, retry_after: nil, **kwargs) ⇒ EngineUnavailableError
Returns a new instance of EngineUnavailableError.
39 40 41 42 |
# File 'lib/browserbeam/errors.rb', line 39 def initialize(, retry_after: nil, **kwargs) super(, **kwargs) @retry_after = retry_after end |
Instance Attribute Details
#retry_after ⇒ Object (readonly)
Returns the value of attribute retry_after.
37 38 39 |
# File 'lib/browserbeam/errors.rb', line 37 def retry_after @retry_after end |