Exception: MLB::GatewayTimeout
- Inherits:
-
ServerError
- Object
- StandardError
- Error
- HTTPError
- ServerError
- MLB::GatewayTimeout
- Includes:
- Retryable
- Defined in:
- lib/mlb/errors/gateway_timeout.rb
Overview
Error raised for HTTP 504 Gateway Timeout responses. These errors indicate temporary infrastructure 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