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