Exit codes used in the command line

Exit codes, also known as return codes or status codes, are numerical values returned by a command or a script in the command line to indicate the outcome of its execution. These codes help users and other programs understand if a command or script has successfully completed its task or encountered an error during execution.

Below is the list of exitcodes for the dbForge Index Manager command line.

Code Description Additional information
0 Success The operation has been completed without errors.
2 Ctrl+Break Execution stopped because of Ctrl+Break.
3 Failed The operation has failed.
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.
107 Failed to create report The report was not created.
108 No objects There are no objects selected for comparison or synchronization.