Editing Error Codes
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 68: | Line 68: | ||
| ENOENT || 0x80010006 || The file does not exist Note : This error can happen when you try to install a pkg that have an invalid name. | | ENOENT || 0x80010006 || The file does not exist Note : This error can happen when you try to install a pkg that have an invalid name. | ||
|- | |- | ||
| ENOEXEC || 0x80010007 || The file is in unrecognized format / The file is not a valid ELF file. | | ENOEXEC || 0x80010007 || The file is in unrecognized format / The file is not a valid ELF file. | ||
|- | |- | ||
| EDEADLK || 0x80010008 || Resource deadlock is avoided | | EDEADLK || 0x80010008 || Resource deadlock is avoided |