Error Code 1
System error code 1 means "Incorrect function." This error code may also display as "ERROR_INVALID_FUNCTION" or as the value 0x1.Error Code 2
System error code 2 means "The system cannot find the file specified." This error code may also display as "ERROR_FILE_NOT_FOUND" or as the value 0x2.Error Code 3
System error code 3 means "The system cannot find the path specified." This error code may also display as "ERROR_PATH_NOT_FOUND" or as the value 0x3.Error Code 4
System error code 4 means "The system cannot open the file." This error code may also display as "ERROR_TOO_MANY_OPEN_FILES" or as the value 0x4.Error Code 5
System error code 5 means "Access is denied." This error code may also display as "ERROR_ACCESS_DENIED" or as the value 0x5.Error Code 6
System error code 6 means "The handle is invalid." This error code may also display as "ERROR_INVALID_HANDLE" or as the value 0x6.Error Code 7
System error code 7 means "The storage control blocks were destroyed." This error code may also display as "ERROR_ARENA_TRASHED" or as the value 0x7.Error Code 8
System error code 8 means "Not enough storage is available to process this command." This error code may also display as "ERROR_NOT_ENOUGH_MEMORY" or as the value 0x8.Error Code 9
System error code 9 means "The storage control block address is invalid." This error code may also display as "ERROR_INVALID_BLOCK" or as the value 0x9.Error Code 10
System error code 10 means "The environment is incorrect." This error code may also display as "ERROR_BAD_ENVIRONMENT" or as the value 0xA.