Contents
Contents
Return codes of the command line
The general codes may be returned by any command from the command line. The return codes include general codes as well as codes specific to a certain task.
Syntax of the command for receiving the return code:
echo $?
General return codes:
0
– Operation completed successfully1
– Invalid parameter value2
– Unknown error3
– Task completion error4
– Task canceled
Virus scan task return codes:
101
– All malicious objects processed102
– Malicious objects detected