Exit Codes Used in Command Line for Data Generator

Exit Code Description Additional Information
0 Success The operation has been completed without errors.
2 Execution terminated with Ctrl+Break The execution was stopped by Ctrl+Break.
10 Command-line usage error The command line was used incorrectly. For example, an incorrect flag or incorrect syntax may have been used.
11 Illegal argument duplication Some arguments may not appear more than once in a command line. For example, /arg2 depends on /arg1 but you have specified /arg2 without specifying /arg1, or /arg2 cannot be used with /arg1, but you have used them both.
20 Trial expired Software trial period has expired, or the product has not been activated.
30 Project file corrupted The project file is corrupted.
40 Server connection fail Connection to the activation service has failed.
103 Script executed with errors The script was executed with errors.
105 Resource unavailable The file is missing.
108 No objects There are no objects to perform the specified operation.