Exception: Tradier::Error::BadGateway

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

Overview

Raised when Tradier returns the HTTP status code 502

Constant Summary collapse

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

Constants inherited from Tradier::Error

EnhanceYourCalm, RateLimited

Instance Attribute Summary

Attributes inherited from Tradier::Error

#wrapped_exception

Method Summary

Methods inherited from ServerError

from_response, #initialize

Methods inherited from Tradier::Error

#backtrace, descendants, errors, #initialize

Constructor Details

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