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