is_hypersync_next_block_range_error

Documentation for eth_defi.hypersync.hypersync_timestamp.is_hypersync_next_block_range_error function.

is_hypersync_next_block_range_error(e)

Check if a Hypersync stream failed on an internal pagination boundary.

Some Hypersync backends can fail near the indexed chain head with an inner receiver error where next_block is at the lower boundary of the server-side subrange. Treat this as a flaky stream error so the caller can retry or wait for the backend to index more blocks.

Parameters

e (Exception) –

Return type

bool