Exception: MLB::ServiceUnavailable
- Inherits:
-
ServerError
- Object
- StandardError
- Error
- HTTPError
- ServerError
- MLB::ServiceUnavailable
- Includes:
- Retryable
- Defined in:
- lib/mlb/errors/service_unavailable.rb
Overview
Error raised for HTTP 503 Service Unavailable responses. These errors indicate temporary server 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