We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6962067 commit 4dfa26eCopy full SHA for 4dfa26e
1 file changed
README.md
@@ -141,7 +141,7 @@ Polling callback contracts are also validated:
141
142
- Sync polling helpers require non-awaitable callback return values.
143
- Async polling helpers require awaitable status/page/retry callbacks.
144
-- Polling retries skip non-retryable API client errors (HTTP `4xx`, except `429` rate-limit responses).
+- Polling retries skip non-retryable API client errors (HTTP `4xx`, except retryable `408` request-timeout and `429` rate-limit responses).
145
- SDK timeout/polling exceptions (`HyperbrowserTimeoutError`, `HyperbrowserPollingError`) are treated as non-retryable and are surfaced immediately.
146
- Callback contract violations and callback execution failures fail fast with explicit callback-specific errors.
147
0 commit comments