Module: Stargate::Client
- Included in:
- Injector
- Defined in:
- lib/stargate/client.rb,
lib/stargate/client/proxy.rb,
lib/stargate/client/errors.rb,
lib/stargate/client/injector.rb,
lib/stargate/client/protocol.rb,
lib/stargate/client/protocol/http.rb,
lib/stargate/client/protocol/inproc.rb,
lib/stargate/client/remote_execution_error.rb
Defined Under Namespace
Classes: Injector, Protocol, Proxy, RemoteExecutionError
Constant Summary collapse
- Error =
Public: Base client error.
Class.new(::Stargate::Error)
- FetchError =
Public: Raised when unable to read data from the remote.
Class.new(Error)
- DirectivesFetchError =
Public: Raised when unable to fetch directives from the remote.
Class.new(FetchError)