Module: MLB::Retryable
- Included in:
- BadGateway, GatewayTimeout, NetworkError, ServiceUnavailable, TooManyRequests
- Defined in:
- lib/mlb/errors/retryable.rb
Overview
Module to mark errors that are safe to retry. Include this in error classes where automatic retry logic is appropriate, such as transient network issues or temporary server unavailability.