Lines Matching refs:Error
30 #[derive(thiserror::Error, Debug)]
33 FailToUpdateFilePerm { file: String, mode: u32, errmsg: std::io::Error },
36 FailToCopyFile { src: String, dst: String, errmsg: std::io::Error },
39 FailToRemoveFile { file: String, errmsg: std::io::Error },
42 FailToOpenFile { file: String, errmsg: std::io::Error },
45 FailToReadFile { file: String, errmsg: std::io::Error },
48 FailToWriteFile { file: String, errmsg: std::io::Error },
51 FailToParsePbFromBytes { file: String, errmsg: protobuf::Error },
54 FailToSerializePb { file: String, errmsg: protobuf::Error },
126 InternalError(#[source] anyhow::Error),
129 FailToGetFileMetadata { file: String, errmsg: std::io::Error },
132 FailToReadApexDir { errmsg: std::io::Error },
135 FailToReadBootDir { errmsg: std::io::Error },
144 FailToReadFromSocket { errmsg: std::io::Error },
147 FailToWriteToSocket { errmsg: std::io::Error },