Exception: StartupStats::Error::BadGateway

Inherits:
ServerError show all
Defined in:
lib/startupstats/error/bad_gateway.rb

Overview

Raised when a StartupStats API returns the HTTP status code 502

Constant Summary collapse

HTTP_STATUS_CODE =
502
MESSAGE =
"The StartupStats API you are requesting is down or being upgraded."

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