Exit codes used in the command line

Code Description Additional information
0 Success The operation has been completed without errors.
2 Ctrl+Break Execution stopped because of 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.
40 Server connection fail Server connection 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.