String |
Type Definition |
Hex Value |
Decimal Value |
|
Unknown Error |
ERROR_UNKNOWN |
0x8004FFFF |
2147811327 |
|
Converter dll not found |
ERROR_DLL_NOTFOUND |
0x80050000 |
2147811328 |
|
Permission error |
ERROR_PERMISSIONS |
0x80050001 |
2147811329 |
|
Cannot create output file |
ERROR_CREATE_OUTFILE |
0x80050002 |
2147811330 |
|
Cannot open input file |
ERROR_OPEN_INPUTFILE |
0x80050003 |
2147811331 |
|
Invalid input parameter |
ERROR_INVALID_PARAM |
0x80050004 |
2147811332 |
|
Unable to create temporary file |
ERROR_CREATE_TMP_FILE |
0x80050005 |
2147811333 |
|
Internal error |
ERROR_INTERNAL |
0x80050006 |
2147811334 |
|
Out of memory |
ERROR_OUT_OF_MEMORY |
0x80050007 |
2147811335 |
|
Conversion timed out |
ERROR_FILE_TIMEOUT |
0x80050008 |
2147811336 |
|
Cannot load licensing module |
ERROR_LOAD_LICENSE_MODULE |
0x80050009 |
2147811337 |
|
Check license failed |
ERROR_CHECK_LICENSE_FAILED |
0x8005000A |
2147811338 |
|
Invalid license key |
ERROR_INVALID_LICENSE_KEY |
0x8005000B |
2147811339 |
|
License expired |
ERROR_LICENSE_EXPIRED |
0x8005000C |
2147811340 |
|
Invalid setup |
ERROR_INVALID_SETUP |
0x8005000D |
2147811341 |
|
Canceled |
ERROR_USER_CANCEL |
0x8005000E |
2147811342 |