mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-17 07:57:54 +00:00
Kernel: Centralize error definitions in errors.h
This commit is contained in:
parent
6210a1aaf3
commit
467545ed48
23 changed files with 178 additions and 132 deletions
|
@ -21,12 +21,6 @@
|
|||
enum class ErrorDescription : u32 {
|
||||
Success = 0,
|
||||
|
||||
SessionClosedByRemote = 26,
|
||||
WrongPermission = 46,
|
||||
OS_InvalidBufferDescriptor = 48,
|
||||
MaxConnectionsReached = 52,
|
||||
WrongAddress = 53,
|
||||
|
||||
// Codes 1000 and above are considered "well-known" and have common values between all modules.
|
||||
InvalidSection = 1000,
|
||||
TooLarge = 1001,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue