Handles ENETUNREACH syscall errors (3.6.0) #146
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What?
ENETUNREACHsyscall errors asActiveUtils::ConnectionErrorWhy?
Resolves https://app.graphite.dev/github/pr/shop/world/177963/Fix-unhandled-Errno-ENETUNREACH-exception-in-ShippingRateProvider and similar issues
Query
What Does
Errno::ENETUNREACHIt Mean?Important
The following explanation has been generated by Claude
Errno::ENETUNREACH(Network is unreachable) is a system-level error that occurs when the operating system cannot find a route to reach the destination network. This error indicates that the network layer has determined that the destination host or network cannot be reached from the current host.Common Conditions That Trigger ENETUNREACH
1. No Route to Destination
2. Network Interface Issues
3. Firewall/Security Restrictions
4. DNS Resolution to Unreachable IPs
5. Container/Virtualization Network Issues
6. VPN/Proxy Configuration
7. IPv4/IPv6 Conflicts
8. Cloud/Infrastructure Specific
Ruby/Rails Specific Scenarios