Skip to content

Commit 6fcb78d

Browse files
Document stalled pagination as polling error condition
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent 9cd77d1 commit 6fcb78d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ Polling timeouts and repeated polling failures are surfaced as:
146146
- `HyperbrowserTimeoutError`
147147
- `HyperbrowserPollingError`
148148

149+
`HyperbrowserPollingError` also covers stalled pagination (no page-batch progress during result collection).
150+
149151
```python
150152
from hyperbrowser import Hyperbrowser
151153
from hyperbrowser.exceptions import (

0 commit comments

Comments
 (0)