Exception: Twitter::Error::GatewayTimeout
- Inherits:
-
ServerError
- Object
- StandardError
- Twitter::Error
- ServerError
- Twitter::Error::GatewayTimeout
- Defined in:
- lib/twitter/error/gateway_timeout.rb
Overview
Raised when Twitter returns the HTTP status code 504
Constant Summary collapse
- HTTP_STATUS_CODE =
504
- MESSAGE =
"The Twitter servers are up, but the request couldn't be serviced due to some failure within our stack. Try again later."
Constants inherited from Twitter::Error
Instance Attribute Summary
Attributes inherited from Twitter::Error
#rate_limit, #wrapped_exception
Method Summary
Methods inherited from ServerError
Methods inherited from Twitter::Error
#backtrace, descendants, errors, #initialize
Constructor Details
This class inherits a constructor from Twitter::Error::ServerError