Command Central 10.15 | Using the Command Line Interface | Return Codes from Command Execution
 
Return Codes from Command Execution
The following table lists the return codes that can result from executing a Command Central or Platform Manager command.
Return Code
Description
0
Indicates that the execution of the command was successful. A command returns 0 when the HTTP response code is less than 400.
1
Indicates that the command syntax is not valid.
4
Indicates that the execution of the command failed with an error. A command returns 4 when the HTTP response code is greater or equal to 400 and less than 500.
5
Indicates that the execution of the command failed with an error. A command returns 5 when the HTTP response code is greater or equal to 500 and less than 600.
10
Indicates that the output that a command returned does not match the expected values specified with the {--expected-values |-e} option.