summaryrefslogtreecommitdiff
path: root/src/core/hle/result.h
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2017-05-21 00:11:36 -0700
committerYuri Kunde Schlesner <yuriks@yuriks.net>2017-05-24 21:06:00 -0700
commit2cdb40d709f2a5d4f7f3159d4c6d80fe7905b4f3 (patch)
tree7d6d61465f7a4cb6bbb68902301e1ca92f5a76a5 /src/core/hle/result.h
parent743d18f0e463aa25af53ceaa25231800453810ea (diff)
Kernel: Centralize error definitions in errors.h
Diffstat (limited to 'src/core/hle/result.h')
-rw-r--r--src/core/hle/result.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/hle/result.h b/src/core/hle/result.h
index e76be606e..c49650f7d 100644
--- a/src/core/hle/result.h
+++ b/src/core/hle/result.h
@@ -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,