Skip to content

Commit 6664ff2

Browse files
Document non-retryable cancellation polling behavior
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent 85f0342 commit 6664ff2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ Polling callback contracts are also validated:
143143
- Async polling helpers require awaitable status/page/retry callbacks.
144144
- Polling retries skip non-retryable API client errors (HTTP `4xx`, except retryable `408` request-timeout and `429` rate-limit responses).
145145
- 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.
146147
- Callback contract violations and callback execution failures fail fast with explicit callback-specific errors.
147148

148149
Example:

0 commit comments

Comments
 (0)