Skip to main content

is_incomplete

Function is_incomplete 

Source
pub(crate) fn is_incomplete(e: &Error) -> bool
Expand description

Reports whether RocksDB marked an operation as incomplete.

Incomplete operations are retryable cursor conditions. Error conversion maps them to the standard I/O WouldBlock category.