File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ Polling callback contracts are also validated:
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.
149+ - Invalid-state errors are treated as non-retryable and are surfaced immediately.
149150- Callback contract violations and callback execution failures fail fast with explicit callback-specific errors.
150151- Reused coroutine callback errors (e.g. ` cannot reuse already awaited coroutine ` ) are treated as non-retryable and surfaced immediately.
151152- Async generator reuse runtime errors (e.g. ` asynchronous generator is already running ` ) are treated as non-retryable and surfaced immediately.
You can’t perform that action at this time.
0 commit comments