Skip to content

Commit

Permalink
docs(error logging): Add description of newly added error logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-AP committed Jul 16, 2024
1 parent 56d30ff commit 4b6152e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/modules/ROOT/pages/topics/exception_logging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,21 @@ _Description:_ A filter rule applied and the entry was deleted. +
_Exception Message:_ TODO


*4220: Regex error (delete match)* +
_Description:_ An error occurred during the regex comparison (likely due to a regex misspecification in the extraction rule). +
_Exception Message:_ TODO


*4221: Regex error (replace match)* +
_Description:_ An error occurred during the regex comparison (likely due to a regex misspecification in the extraction rule). +
_Exception Message:_ TODO


*4222: Regex error (delete row)* +
_Description:_ An error occurred during the regex comparison (likely due to a regex misspecification in the extraction rule). +
_Exception Message:_ TODO


*4299: Entry Not Containing Expected Fields* +
_Description:_ An entry did not contain one or more of the expected fields. +
_Exception Message:_ TODO
Expand Down

0 comments on commit 4b6152e

Please sign in to comment.