Exception: Farscape::Exceptions::RequestEntityTooLarge

Inherits:
ProtocolException 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



97
98
99
# File 'lib/farscape/errors.rb', line 97

def error_description
  'The server is refusing to process a request because the request entity is larger than the server is willing or able to process.'.squish
end