Commit c5b940f4 authored by Veranika Liaukevich's avatar Veranika Liaukevich Committed by Commit Bot

Chrome Cleaner: introduce an exit code for invalid scan switches

Change-Id: Ie559fbf3eff5e7010b8ff0728a89a49aaa200731
Reviewed-on: https://chromium-review.googlesource.com/1015282
Commit-Queue: Joe Mason <joenotcharles@chromium.org>
Reviewed-by: default avatarJoe Mason <joenotcharles@chromium.org>
Cr-Commit-Position: refs/heads/master@{#551447}
parent 4ea94ad7
...@@ -211,6 +211,9 @@ enum ResultCodeValues : ResultCode { ...@@ -211,6 +211,9 @@ enum ResultCodeValues : ResultCode {
// which has been deprecated. // which has been deprecated.
RESULT_CODE_MANUAL_EXECUTION_BY_USER = 52, RESULT_CODE_MANUAL_EXECUTION_BY_USER = 52,
// Some of the scanning configuration switches have invalid values.
RESULT_CODE_INVALID_SCANNING_SWITCHES = 53,
// WHEN YOU ADD NEW EXIT CODES, DON'T FORGET TO UPDATE THE MONITORING RULES. // WHEN YOU ADD NEW EXIT CODES, DON'T FORGET TO UPDATE THE MONITORING RULES.
// See http://go/chrome-cleaner-exit-codes. (Google internal only - external // See http://go/chrome-cleaner-exit-codes. (Google internal only - external
// contributors please ask one of the OWNERS to do the update.) // contributors please ask one of the OWNERS to do the update.)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment