Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,29 @@ Error Code,Error Type,Message Template,Notes
118,Warning,Missing sign in #{table}.UTCOffset\, default '+' (plus)
119,Warning,Invalid sign in #{table}.UTCOffset\, replacing with '{sign}'
120,Warning,#{table}.UTCOffset is a series of zeroes\, should be '+00:00:00'
121,Error,Cannot derive #MONTHLY table: missing #DAILY.ColumnO3
122,Error,Lidar table counts are uneven between #OZONE_PROFILE and #OZONE_SUMMARY
123,Error,Spectral table counts are uneven between #TIMESTAMP\, #GLOBAL\, and #{summary_table}
201,Error,Missing required table #{table}
202,Error,Excess table #{table} does not belong in {dataset} file
203,Error,Missing required field #{table}.{field}
204,Error,Required field #{table}.{field} is null or empty
121,Warning,Cannot derive #MONTHLY table: missing #DAILY.ColumnO3
122,Warning,Lidar table counts are uneven between #OZONE_PROFILE and #OZONE_SUMMARY
123,Warning,Spectral table counts are uneven between #TIMESTAMP\, #GLOBAL\, and #{summary_table}
201,Warning,Missing required table #{table}
202,Warning,Excess table #{table} does not belong in {dataset} file
203,Warning,Missing required field #{table}.{field}
204,Warning,Required field #{table}.{field} is null or empty
205,Warning,Optional field #{table}.{field} is null or empty
206,Error,Table #{table} has no fields
206,Warning,Table #{table} has no fields
207,Error,Table #{table} has no fields,Placeholder for optional-table-specific error
208,Error,Required table #{table} contains no data
208,Warning,Required table #{table} contains no data
209,Warning,Optional table #{table} contains no data
210,Error,No non-core data tables found
211,Error,Unrecognized data {row}
212,Warning,#{table} row has more values than #{table} has columns
213,Error,Fewer than minimum {bound} occurrences of table #{table} found
214,Error,More than maximum {bound} occurrences of table #{table} found
213,Warning,Fewer than minimum {bound} occurrences of table #{table} found
214,Warning,More than maximum {bound} occurrences of table #{table} found
215,Error,Fewer than minimum {bound} number of rows in table #{table}
216,Error,More than maximum {bound} number of rows in table #{table}
216,Warning,More than maximum {bound} number of rows in table #{table}
217,Warning,#CONTENT.Level should be {value} according to present tables
218,Warning,#CONTENT.Level {oldvalue} should be a decimal number ({newvalue})
219,Warning,#CONTENT.Form {oldvalue} should be integral ({newvalue})
220,Error,Cannot assess expected table set: #CONTENT.{field} unknown
220,Warning,Cannot assess expected table set: #CONTENT.{field} unknown
221,Warning,Missing #DATA_GENERATION.Date\, defaults to processing date
222,Warning,#DATA_GENERATION.Version does not have decimal place
223,Error,Null value found for #INSTRUMENT.Name
Expand All @@ -50,7 +50,7 @@ Error Code,Error Type,Message Template,Notes
226,Warning,Inconsistent Time values between #TIMESTAMP tables
227,Warning,#{table}.Date cannot be more recent than #DATA_GENERATION.Date,Reserved for non-TIMESTAMP tables
228,Warning,First #TIMESTAMP.Time cannot be more recent than other time(s)
229,Error,Submitted file #DATA_GENERATION.Date is earlier than previously submitted version
229,Warning,Submitted file #DATA_GENERATION.Date is earlier than previously submitted version
230,Error,No ozone data in #DAILY table
231,Warning,#DAILY.Date found in non-chronological order
232,Warning,#DAILY.Date has different year than #TIMESTAMP.Date
Expand All @@ -73,11 +73,11 @@ Error Code,Error Type,Message Template,Notes
249,Warning,#TIMESTAMP table after #{table} is missing\, deriving based on requirements,Reserved for Umkehr data tables
250,Warning,Excess field {field} does not belong in table {table}
251,Warning,Duplicate observations found in #{table} for Date={date},Reserved for Umkehr data tables
301,Error,Failed to parse #{table}.Time {component}: contains invalid characters
302,Error,Failed to parse #{table}.Date {component}: contains invalid characters
303,Error,#{table}.Date {component} is not within allowable range [{lower}]-[{upper}],Reserved for year and month components
304,Error,#{table}.Date day is not within allowable range [{lower}]-[{upper}]
305,Error,Failed to parse #{table}.UTCOffset: contains invalid characters
301,Warning,Failed to parse #{table}.Time {component}: contains invalid characters
302,Warning,Failed to parse #{table}.Date {component}: contains invalid characters
303,Warning,#{table}.Date {component} is not within allowable range [{lower}]-[{upper}],Reserved for year and month components
304,Warning,#{table}.Date day is not within allowable range [{lower}]-[{upper}]
305,Warning,Failed to parse #{table}.UTCOffset: contains invalid characters
306,Warning,Missing #CONTENT.Class\, default is 'WOUDC'
307,Error,#CONTENT.Class {value} failed to validate against registry
308,Error,#CONTENT.Category {value} failed to validate against registry
Expand Down Expand Up @@ -107,15 +107,15 @@ Error Code,Error Type,Message Template,Notes
332,Error,#INSTRUMENT.Model not found in registry
333,Error,Instrument failed to validate against registry
334,Error,Deployment {ident} not found in registry
335,Error,Failed to parse #{table}.{field} due to errors: {reason}
335,Warning,Failed to parse #{table}.{field} due to errors: {reason}
336,Warning,#{table}.Date cannot be more recent than #DATA_GENERATION.Date,Reserved for TIMESTAMP tables
337,Warning,#{table}.Date cannot be more recent than #DATA_GENERATION.Date,Reserved for non-TIMESTAMP tables
338,Warning,ECC instrument serial number different from previous submission
339,Error,Failed to parse #LOCATION.{field}: contains invalid characters,Reserved for fields Latitude and Longitude
340,Warning,#{table}.Time {component} is not within allowable range [{lower}]-[{upper}]
401,Error,Submitted file version and #DATA_GENERAION.Date identical to previously submitted file
401,Warning,Submitted file version and #DATA_GENERAION.Date identical to previously submitted file
402,Error,Submitted #DATA_GENERATION.Date is identical to previously submitted file
403,Error,Submitted version number is identical to previously submitted file
403,Warning,Submitted version number is identical to previously submitted file
404,Warning,ECC instrument serial number different from previous submission
405,Warning,Data file successfully persisted
406,Warning,New instrument added
Expand Down