Networking - Reworked route table management
[tpg/acess2.git] / Kernel / include / errno.h
index f5b2360..3652f19 100644 (file)
@@ -8,16 +8,21 @@
 enum eErrorNums
 {
        EOK,
-       ENOSYS,
-       EINVAL,
-       ENOMEM,
-       EACCES,
-       ENOTFOUND,
-       EREADONLY,
-       ENOTIMPL,
-       ENOENT,
-       ENFILE,
-       ENOTDIR,
+       
+       ENOSYS, // Invalid Instruction
+       EINVAL, // Invalid Paramater
+       ENOMEM, // No free memory
+       EACCES, // Not permitted
+       ENOTFOUND,      // Item not found
+       EREADONLY,      // Read only
+       ENOTIMPL,       // Not implemented
+       ENOENT, // No entry?
+       EEXIST, // Already exists
+       ENFILE, // Too many open files
+       ENOTDIR,        // Not a directory
+       
+       EALREADY,       // Operation was a NOP
+       EINTERNAL,      // Internal Error
        
        NUM_ERRS
 };

UCC git Repository :: git.ucc.asn.au