We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be8ebb commit d71bcd4Copy full SHA for d71bcd4
README.md
@@ -142,6 +142,7 @@ Polling callback contracts are also validated:
142
- Sync polling helpers require non-awaitable callback return values.
143
- Async polling helpers require awaitable status/page/retry callbacks.
144
- 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.
146
147
Example:
148
0 commit comments