class Farscape::Exceptions::PreconditionFailed
Public Instance Methods
error_description()
click to toggle source
# 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