Skip to content

Commit f57991b

Browse files
Document retry status metadata normalization behavior
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent 9504754 commit f57991b

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
@@ -142,7 +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 retryable `408` request-timeout and `429` rate-limit responses).
145-
- Retry classification accepts integer and numeric-string HTTP status codes when evaluating retryability.
145+
- Retry classification accepts integer, numeric-string, and numeric byte-string HTTP status metadata when evaluating retryability (malformed/oversized values safely fall back to retryable unknown behavior).
146146
- SDK timeout/polling exceptions (`HyperbrowserTimeoutError`, `HyperbrowserPollingError`) are treated as non-retryable and are surfaced immediately.
147147
- Cancellation exceptions are treated as non-retryable and are surfaced immediately.
148148
- Broken executor errors are treated as non-retryable and are surfaced immediately.

0 commit comments

Comments
 (0)