Fix the errorcode of archive handle

This commit is contained in:
JamePeng 2016-06-29 20:47:22 +08:00
parent b48b8ed5e5
commit f87bb8ba0a
2 changed files with 15 additions and 10 deletions

View file

@ -20,6 +20,7 @@ enum class ErrorDescription : u32 {
WrongPermission = 46,
OS_InvalidBufferDescriptor = 48,
WrongAddress = 53,
FS_ArchiveNotMounted = 101,
FS_NotFound = 120,
FS_AlreadyExists = 190,
FS_InvalidOpenFlags = 230,