Kaspersky Endpoint Security 11 for Mac

Return codes of the command line

September 12, 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 successfully
  • 1 – Invalid parameter value
  • 2 – Unknown error
  • 3 – Task completion error
  • 4 – Task canceled

Malware scan task return codes:

  • 101 – All malicious objects processed
  • 102 – 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.