Skip to content

Commit d15fe43

Browse files
Document non-retryable SDK timeout and polling exceptions
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent d0de1c2 commit d15fe43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ Polling callback contracts are also validated:
142142
- Sync polling helpers require non-awaitable callback return values.
143143
- Async polling helpers require awaitable status/page/retry callbacks.
144144
- 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.
145146
- Callback contract violations and callback execution failures fail fast with explicit callback-specific errors.
146147

147148
Example:

0 commit comments

Comments
 (0)