We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f0342 commit 6664ff2Copy full SHA for 6664ff2
1 file changed
README.md
@@ -143,6 +143,7 @@ Polling callback contracts are also validated:
143
- Async polling helpers require awaitable status/page/retry callbacks.
144
- 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
+- Cancellation exceptions are treated as non-retryable and are surfaced immediately.
147
- Callback contract violations and callback execution failures fail fast with explicit callback-specific errors.
148
149
Example:
0 commit comments