Skip to content

Commit

Permalink
Merge file_not_found and directory_not_found errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AlixANNERAUD committed Jun 12, 2024
1 parent d30b2e6 commit 9357eaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Modules/File_system/src/Generics/Error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ use Shared::Error_discriminant_trait;
pub enum Error_type {
Failed_to_initialize_file_system = 1,
Permission_denied,
File_not_found,
Directory_not_found,
Not_found,
File_already_exists,
Directory_already_exists,
File_system_full,
Expand Down

0 comments on commit 9357eaf

Please sign in to comment.