Exception: Fantasydata::Error::BadGateway

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

Overview

Raised when Echowrap returns the HTTP status code 502

Constant Summary collapse

HTTP_STATUS_CODE =
502
MESSAGE =
"Fantasydata is down or being upgraded."

Constants inherited from Fantasydata::Error

EnhanceYourCalm, RateLimited

Instance Attribute Summary

Attributes inherited from Fantasydata::Error

#wrapped_exception

Method Summary

Methods inherited from ServerError

from_response, #initialize

Methods inherited from Fantasydata::Error

#backtrace, descendants, errors, #initialize

Constructor Details

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