We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c795c3c commit a147f93Copy full SHA for a147f93
README.md
@@ -145,6 +145,7 @@ Polling callback contracts are also validated:
145
- SDK timeout/polling exceptions (`HyperbrowserTimeoutError`, `HyperbrowserPollingError`) are treated as non-retryable and are surfaced immediately.
146
- Cancellation exceptions are treated as non-retryable and are surfaced immediately.
147
- 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.
149
150
Example:
151
0 commit comments