Fix the errorcode of archive handle
This commit is contained in:
parent
b48b8ed5e5
commit
f87bb8ba0a
2 changed files with 15 additions and 10 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue