Skip to content

Commit 8a288cd

Browse files
committed
docs: remove errors section from readme
1 parent 244f5fb commit 8a288cd

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -228,18 +228,3 @@ Integration tests cover all modes:
228228
```bash
229229
cargo nextest run --features test-utils
230230
```
231-
232-
---
233-
234-
## Errors
235-
236-
The scanner surfaces errors via `EventScannerError`:
237-
238-
- `EventScannerError::BlockRangeScanner(BlockRangeScannerError)` – issues from the underlying block range service (e.g., subscription/channel constraints, historical/sync failures).
239-
- `EventScannerError::Provider(RpcError<TransportErrorKind>)` – transport/provider-level failures (e.g., connection problems, RPC errors).
240-
241-
Status notifications are emitted as `EventScannerMessage::Status(ScannerStatus)`, including:
242-
243-
- `ScannerStatus::ReorgDetected`
244-
- `ScannerStatus::SwitchingToLive`
245-

0 commit comments

Comments
 (0)