(message: string)
| 146 | } |
| 147 | |
| 148 | function inferRetryable(message: string): boolean { |
| 149 | const code = inferCode(message) |
| 150 | return ['PROXY_UNAVAILABLE', 'NETWORK_FAKE_IP_TLS', 'RATE_LIMITED', 'NETWORK_TIMEOUT', 'UNKNOWN_ERROR'].includes(code) |
| 151 | } |
no test coverage detected