Skip to main content

is_missing_object

Function is_missing_object 

Source
fn is_missing_object(error: &Error) -> bool
Expand description

Whether a provider read failed because the object is absent (a 404 or a dangling metadata row), which is skipped rather than retried. tuwunel’s Error::is_not_found does not cover the object-store variant, so match it directly.