We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb062b commit 762018cCopy full SHA for 762018c
tmc-langs-framework/src/error.rs
@@ -75,6 +75,7 @@ pub struct CommandNotFound {
75
pub source: std::io::Error,
76
}
77
78
+/// A wrapper for std::io::Error that provides more context for the failed operations.
79
#[derive(Error, Debug)]
80
pub enum FileIo {
81
#[error("Failed to open file at {0}")]
0 commit comments