Exception: MLB::BadGateway
- Inherits:
-
ServerError
- Object
- StandardError
- Error
- HTTPError
- ServerError
- MLB::BadGateway
- Includes:
- Retryable
- Defined in:
- lib/mlb/errors/bad_gateway.rb
Overview
Error raised for HTTP 502 Bad Gateway responses. These errors indicate temporary proxy/gateway issues and are safe to retry.
Instance Attribute Summary
Attributes inherited from HTTPError
Method Summary
Methods inherited from HTTPError
Constructor Details
This class inherits a constructor from MLB::HTTPError