Exception: GraphWeaver::TransportError
- Extended by:
- T::Sig
- Defined in:
- lib/graph_weaver/errors.rb
Overview
The request never reached the server: connection refused, DNS failure, TLS handshake, timeout. The original exception is preserved as #cause. Generally retriable.
Instance Method Summary collapse
Methods inherited from Error
Constructor Details
This class inherits a constructor from GraphWeaver::Error
Instance Method Details
#to_h ⇒ Object
41 42 43 |
# File 'lib/graph_weaver/errors.rb', line 41 def to_h super.merge("cause" => cause&.class&.name) end |