Skip to content

Commit a147f93

Browse files
Document fail-fast behavior for reused coroutine callback errors
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent c795c3c commit a147f93

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
@@ -145,6 +145,7 @@ Polling callback contracts are also validated:
145145
- SDK timeout/polling exceptions (`HyperbrowserTimeoutError`, `HyperbrowserPollingError`) are treated as non-retryable and are surfaced immediately.
146146
- Cancellation exceptions are treated as non-retryable and are surfaced immediately.
147147
- Callback contract violations and callback execution failures fail fast with explicit callback-specific errors.
148+
- Reused coroutine callback errors (e.g. `cannot reuse already awaited coroutine`) are treated as non-retryable and surfaced immediately.
148149

149150
Example:
150151

0 commit comments

Comments
 (0)