Skip to content

Commit d71bcd4

Browse files
Document fail-fast polling callback error behavior
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent 1be8ebb commit d71bcd4

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
@@ -142,6 +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 `429` rate-limit responses).
145+
- Callback contract violations and callback execution failures fail fast with explicit callback-specific errors.
145146

146147
Example:
147148

0 commit comments

Comments
 (0)