pub async fn is_corruptible(error: Error) -> (bool, Error)
Expand description

Accepts an error and returns a corruption error if the original error is not “database closed” or “not found”.