-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
sidebar_position: 14 | ||
description: Exit Codes | ||
--- | ||
|
||
# Exit Codes | ||
CATS has the following exit codes: | ||
- `191` when for invalid input | ||
- `192` when something unexpected happens during execution | ||
- `number_of_errors` number of errors found while fuzzing | ||
|
||
:::info | ||
There might be cases when `191`, `192` might overlap with the actual number of errors reported by CATS. | ||
These are probably very rare cases. You can use the `cat cats-report/cats-summary-report.json | jq .errors` to differentiate if needed. | ||
::: |