Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/ntfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.rs')
-rw-r--r--src/error.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/error.rs b/src/error.rs
index 85b6d3e..04f93df 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -132,6 +132,8 @@ pub enum NtfsError {
LcnTooBig { lcn: Lcn },
/// The index root at byte position {position:#010x} is a large index, but no matching index allocation attribute was provided
MissingIndexAllocation { position: u64 },
+ /// The NTFS file at byte position {position:#010x} is not a directory.
+ NotADirectory { position: u64 },
/// The NTFS attribute at byte position {position:#010x} has type {ty:?}, but a different type has been requested
StructuredValueOfDifferentType {
position: u64,