We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fced76 commit 757854eCopy full SHA for 757854e
crates/core/src/error.rs
@@ -218,6 +218,8 @@ pub enum CommandErrorKind {
218
NotAllowedWithAppendOnly(String),
219
/// Failed to acquire a mutex lock
220
MutexLockFailed,
221
+ /// Reading file type failed: `{0}`
222
+ ErrorReadingFileType(PathBuf),
223
}
224
225
/// [`CryptoErrorKind`] describes the errors that can happen while dealing with Cryptographic functions
0 commit comments