pub fn status(target: &Utf8Path) -> Result<StatusReport, AppError>Expand description
Report the target’s instance state.
§Errors
AppError::ManifestInvalid when a manifest exists but cannot be
trusted, and I/O errors when the disk cannot be read. A missing
manifest is a report, not an error.