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:
		
				
					committed by
					
						
						Luca Milanesio
					
				
			
			
				
	
			
			
			
						parent
						
							4ed924ff83
						
					
				
				
					commit
					21425d0d4d
				
			@@ -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.
 | 
			
		||||
|======================
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user