Struct git_worktree::index::checkout::ErrorRecord
source · pub struct ErrorRecord {
pub path: BString,
pub error: Box<dyn Error + Send + Sync + 'static>,
}
Fields§
§path: BString
the path that encountered the error.
error: Box<dyn Error + Send + Sync + 'static>
The error