Exception: Farscape::Exceptions::RequestedRangeNotSatisfiable

Inherits:
ProtocolException
  • Object
show all
Defined in:
lib/farscape/errors.rb

Instance Attribute Summary

Attributes inherited from ProtocolException

#representor

Instance Method Summary collapse

Methods inherited from ProtocolException

#initialize, #message

Constructor Details

This class inherits a constructor from Farscape::Exceptions::ProtocolException

Instance Method Details

#error_descriptionObject



112
113
114
115
116
# File 'lib/farscape/errors.rb', line 112

def error_description
  'A request requested a resource within a range,
  and none of the range-specifier values in this field overlap the current extent of the selected resource,
  and the request did not specify range conditions.'.squish
end