Exception: Alchemrest::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Alchemrest::Error
show all
- Defined in:
- lib/alchemrest/error.rb
Direct Known Subclasses
CircuitOpenError, ConfigurationNotReadyError, InvalidConfigurationError, KillSwitchEnabledError, MorpherTransformError, NoRegisteredTransformError, NoTransformOptionForNameError, RequestFailedError, ResponseError, ResponsePipelineError, ResultRescued, TransformError, UndefinedClientError
Instance Method Summary
collapse
Instance Method Details
#deconstruct ⇒ Object
5
6
7
|
# File 'lib/alchemrest/error.rb', line 5
def deconstruct
[to_s]
end
|
#deconstruct_keys(_keys) ⇒ Object
9
10
11
|
# File 'lib/alchemrest/error.rb', line 9
def deconstruct_keys(_keys)
{ error: to_s }
end
|