Exception: StartupStats::Error::GatewayTimeout

Inherits:
ServerError show all
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

#wrapped_exception

Method Summary

Methods inherited from ServerError

from_response, #initialize

Methods inherited from StartupStats::Error

#backtrace, descendants, errors, #initialize

Constructor Details

This class inherits a constructor from StartupStats::Error::ServerError