summaryrefslogtreecommitdiff
path: root/src/core/file_sys
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2024-02-10 16:00:43 -0500
committerGitHub <noreply@github.com>2024-02-10 16:00:43 -0500
commit2337397a1530e2d0cd6cab4bd22517747b80de6c (patch)
tree8bcabd801561c8e63097fff8861f22a09fe8a9d6 /src/core/file_sys
parent7c56ecca3f5fd2b70564209d765593c56a500c9e (diff)
parent816d03f7d96278c5b3d2604f94901270b10d4167 (diff)
Merge pull request #12969 from german77/bcat-interface
service: bcat: Migrate and refractor service to new IPC
Diffstat (limited to 'src/core/file_sys')
-rw-r--r--src/core/file_sys/errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/errors.h b/src/core/file_sys/errors.h
index d4e0eb6f4..b22767bf5 100644
--- a/src/core/file_sys/errors.h
+++ b/src/core/file_sys/errors.h
@@ -91,6 +91,7 @@ constexpr Result ResultWriteNotPermitted{ErrorModule::FS, 6203};
constexpr Result ResultUnsupportedSetSizeForIndirectStorage{ErrorModule::FS, 6325};
constexpr Result ResultUnsupportedWriteForCompressedStorage{ErrorModule::FS, 6387};
constexpr Result ResultUnsupportedOperateRangeForCompressedStorage{ErrorModule::FS, 6388};
+constexpr Result ResultPermissionDenied{ErrorModule::FS, 6400};
constexpr Result ResultBufferAllocationFailed{ErrorModule::FS, 6705};
} // namespace FileSys