File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments