From 4b6152e585c91ef9fe51b7f8a4d465d5e642a983 Mon Sep 17 00:00:00 2001 From: "Nico Pfiffner (nipfif)" Date: Tue, 16 Jul 2024 22:47:52 +0200 Subject: [PATCH] docs(error logging): Add description of newly added error logs. --- .../ROOT/pages/topics/exception_logging.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/modules/ROOT/pages/topics/exception_logging.adoc b/docs/modules/ROOT/pages/topics/exception_logging.adoc index a3fc791..8c9a48b 100644 --- a/docs/modules/ROOT/pages/topics/exception_logging.adoc +++ b/docs/modules/ROOT/pages/topics/exception_logging.adoc @@ -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