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