FBCMD uses the following Windows exit codes to indicate the outcome of the project run:
Exit codes:
Exit Code |
Reason |
0 |
No error, build succeeded. |
1 |
Build Failed. |
2 |
Invalid arguments on command line. |
3 |
Project file not found. |
4 |
Expected output file name (With /L, /LN or /LA.) |
5 |
Output file error (file already exists, cannot be overwritten, or is not writable. (With /L, /LN or /LA.) |
6 |
Invalid project. |
7 |
Unhandled Internal Exception. |
8 |
Aborted. |
9 |
Project Load Error. |
10 |
Initialization error. |
11 |
Project failed validation (with /C.) |
12 |
Package loading error. |
13 |
Required package not loaded. |
14 |
Error setting variable (with /V.) |
15 |
Unknown unhandled exception. |
16 |
Parameter file missing (with @.) |
17 |
Parameter file error (With @.) |
18 |
Wrong FinalBuilder version. |
See Also