Add fatal to consistency and validation error enums

The code-owners plugin would like to differentiate between normal errors
and fatal errors.

Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: Ide55a2ba9ef84fa71604d42caf8cf02c66618ec7
(cherry picked from commit 5001718640)
This commit is contained in:
Edwin Kempin
2020-10-21 12:45:12 +02:00
committed by Luca Milanesio
parent 4ed924ff83
commit 21425d0d4d
3 changed files with 4 additions and 2 deletions

View File

@@ -1701,7 +1701,7 @@ consistency problem.
|======================
|Field Name|Description
|`status` |The status of the consistency problem. +
Possible values are `ERROR` and `WARNING`.
Possible values are `FATAL`, `ERROR` and `WARNING`.
|`message` |Message describing the consistency problem.
|======================