class Farscape::Exceptions::RequestedRangeNotSatisfiable

Public Instance Methods

error_description() click to toggle source
# 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