Exception: Farscape::Exceptions::PreconditionFailed
- Inherits:
-
ProtocolException
- Object
- IOError
- ProtocolException
- Farscape::Exceptions::PreconditionFailed
- Defined in:
- lib/farscape/errors.rb
Instance Attribute Summary
Attributes inherited from ProtocolException
Instance Method Summary collapse
Methods inherited from ProtocolException
Constructor Details
This class inherits a constructor from Farscape::Exceptions::ProtocolException
Instance Method Details
#error_description ⇒ Object
92 93 94 |
# File 'lib/farscape/errors.rb', line 92 def error_description 'The precondition given by the client evaluated to false when it was tested on the server.' end |