mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-31 16:36:34 -05:00
Kernel: Centralize error definitions in errors.h
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user