| 
       << Click to Display Table of Contents >> RayPack > 7.3 u6 > User Guide > Command Line Tools > Silent Command Line Switches Exit Codes | 
    
The following exit codes are used by the RpCmd.exe:
Exit Code  | 
Details  | 
Description  | 
|---|---|---|
0  | 
OK  | 
The command has been executed successfully.  | 
1  | 
Initialization Error  | 
This exit code will be called when there is a problem with the initialization of the command line tool, the command line configuration, or plugins.  | 
8  | 
General command line error  | 
Another undefined problem, more details can be found in the output.  | 
16  | 
Required parameter is missing  | 
At least one parameter which is mandatory is missing.  | 
32  | 
Unknown parameter  | 
The command contains unknown parameter or parameter have more instances or parameter have unexpected value.  | 
64  | 
Parameters Validation Error  | 
This exit code will be called when the command line could not be parsed or the command line arguments could not be recognized.  | 
-2  | 
License missing or invalid  | 
This exit code will be called when there is a problem with the license or when the license is missing.  |