Exception: Farscape::Exceptions::GatewayTimeout

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



160
161
162
# File 'lib/farscape/errors.rb', line 160

def error_description
  'The server did not receive a timely response from an upstream server specified it needed to access in attempting to complete the request.'
end