Skip to content

Commit 0916f30

Browse files
committed
Error code 214 should be error, not warning
1 parent ad3f550 commit 0916f30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/migrate/Errors-Weekly-Processing.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Error Code,Error Type,Message Template,Notes
3535
211,Error,Unrecognized data {row}
3636
212,Warning,#{table} row has more values than #{table} has columns
3737
213,Error,Fewer than minimum {bound} occurrences of table #{table} found
38-
214,Warning,More than maximum {bound} occurrences of table #{table} found
38+
214,Error,More than maximum {bound} occurrences of table #{table} found
3939
215,Error,Fewer than minimum {bound} number of rows in table #{table}
4040
216,Error,More than maximum {bound} number of rows in table #{table}
4141
217,Warning,#CONTENT.Level should be {value} according to present tables

0 commit comments

Comments
 (0)