We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0de1c2 commit d15fe43Copy full SHA for d15fe43
README.md
@@ -142,6 +142,7 @@ Polling callback contracts are also validated:
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).
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
148
Example:
0 commit comments