Skip to content

Commit 4dfa26e

Browse files
Document retryable 408 and 429 polling client errors
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent 6962067 commit 4dfa26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Polling callback contracts are also validated:
141141

142142
- Sync polling helpers require non-awaitable callback return values.
143143
- 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).
144+
- 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.
146146
- Callback contract violations and callback execution failures fail fast with explicit callback-specific errors.
147147

0 commit comments

Comments
 (0)