This enumeration defines the possible causes of errors when comparing files. You can use the numeric values from scripting
languages that do not have access to the symbolic enumeration constants.
| Constant |
Value |
Description |
| fceNoError |
0x0000 (0) |
No error occurred: the files were compared successfully. |
| fceOutOfMemory |
0x0001 (1) |
There was insufficient memory to compare the files. |
| fceFile1NotFound |
0x0002 (2) |
The first file could not be located. |
| fceFile2NotFound |
0x0003 (3) |
The second file could not be located. |
| fceCantReadFile1 |
0x0004 (4) |
The contents of the first file could not be read. |
| fceCantReadFile2 |
0x0005 (5) |
The contents of the second file could not be read. |
| fceCantGetFile1Info |
0x0006 (6) |
The size of the first file could not be determined. |
| fceCantGetFile2Info |
0x0007 (7) |
The size of the second file could not be determined. |
| fceInvalidSetup |
0x0008 (8) |
An attempt to use the results of a file comparison was made before the files had been compared. |
| fceAlreadyDiffed |
0x0009 (9) |
A file comparison has already been performed with this object. |
| fceChangeTableError |
0x000A (10) |
Problems were encountered while building change tables. |
| fceNeitherFileFound |
0x000B (11) |
Neither file could be located. |
| fceInternalError |
0x000C (12) |
The comparison engine crashed. Please contact Araxis for assistance.
|
| fceFile3NotFound |
0x000D (13) |
The third file could not be located. |
| fceCantReadFile3 |
0x000E (14) |
The contents of the third file could not be read. |
| fceCantGetFile3Info |
0x000F (15) |
The size of the third file could not be determined. |