12 ENOSYS, // Invalid Instruction
13 EINVAL, // Invalid Paramater
14 ENOMEM, // No free memory
15 EACCES, // Not permitted
16 EBUSY, // Resource is busy
17 ENOTFOUND, // Item not found
18 EREADONLY, // Read only
19 ENOTIMPL, // Not implemented
21 EEXIST, // Already exists
22 ENFILE, // Too many open files
23 ENOTDIR, // Not a directory
25 EALREADY, // Operation was a NOP
26 EINTERNAL, // Internal Error