Common retry strategies for polling. Use these to avoid boilerplate and ensure consistency.
Always retry regardless of error.
Retry for network-related, server, timeout, and unknown errors. Recommended for most network polling scenarios.
Never retry on error.