Exception: Restate::DisconnectedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/restate/errors.rb

Overview

Internal: raised when the HTTP connection is lost.

Instance Method Summary collapse

Constructor Details

#initializeDisconnectedError

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