Return codes of the command line
Return codes of the command line
12 September 2023
ID 26827
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
Malware scan task return codes:
101
– All malicious objects processed102
– Malicious objects detected
Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.