Exception: Restate::DisconnectedError
- Inherits:
-
StandardError
- Object
- StandardError
- Restate::DisconnectedError
- Defined in:
- lib/restate/errors.rb
Overview
Internal: raised when the HTTP connection is lost.
Instance Method Summary collapse
-
#initialize ⇒ DisconnectedError
constructor
A new instance of DisconnectedError.
Constructor Details
#initialize ⇒ DisconnectedError
Returns a new instance of DisconnectedError.
43 44 45 |
# File 'lib/restate/errors.rb', line 43 def initialize super('Disconnected. The connection to the restate server was lost. Restate will retry the attempt.') end |