If data comparison is run through the command-line interface using the /datacompare key, the following exit codes are returned depending on the execution result:
| Error Code | Description | Additional Information |
|---|---|---|
| 0 | Success | The operation completed without errors. |
| 1 | Unhandled exception. See the log for more details. | An unexpected internal error occurred during activation. Review the log file for detailed information. |
| 2 | Execution terminated with Ctrl+Break | The execution was stopped by Ctrl+Break. |
| 3 | Failed | The operation completed with errors. |
| 10 | Command line usage error | The command line was used incorrectly. For example, an incorrect flag or incorrect syntax could be used. |
| 11 | Illegal argument duplication | Some arguments should not appear more than once in a command line. For example, /arg2 depends on /arg1 but you specified /arg2 without specifying /arg1. Alternatively, /arg2 cannot be used with/arg1, but you used them both. |
| 12 | Unsatisfied dependency | There is an unsatisfied argument dependency or violated exclusion. |
| 20 | Trial expired | Software trial period expired or the product was not activated. |
| 30 | Project file corrupted | Project file was corrupted. |
| 40 | Server connection fail | Server connection failed. |
| 103 | Script executed with errors | A script was executed with errors. |
| 105 | Resource unavailable | File is missing. |