From 2b653a3e248cc91e02b12b4e91bc0022919f6089 Mon Sep 17 00:00:00 2001 From: Jennie Jia Date: Fri, 3 Aug 2018 18:33:40 +0000 Subject: Merge the POMBA code to ONAP AAI data router Issue-ID: LOG-588 Change-Id: I5d121121e1f6b8167cc0f6b3326b488aedf01430 Signed-off-by: Jennie Jia --- .../ServiceIntegrityValidationsMsgs.properties | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 src/main/resources/logging/ServiceIntegrityValidationsMsgs.properties (limited to 'src/main/resources/logging/ServiceIntegrityValidationsMsgs.properties') diff --git a/src/main/resources/logging/ServiceIntegrityValidationsMsgs.properties b/src/main/resources/logging/ServiceIntegrityValidationsMsgs.properties new file mode 100644 index 0000000..c8fb270 --- /dev/null +++ b/src/main/resources/logging/ServiceIntegrityValidationsMsgs.properties @@ -0,0 +1,37 @@ +#Resource key=Error Code|Message text|Resolution text |Description text +####### +#Newlines can be utilized to add some clarity ensuring continuing line +#has atleast one leading space +#ResourceKey=\ +# ERR0000E\ +# Sample error msg txt\ +# Sample resolution msg\ +# Sample description txt +# +###### +#Error code classification category +#000 Info/Debug +#100 Permission errors +#200 Availability errors/Timeouts +#300 Data errors +#400 Schema Interface type/validation errors +#500 Business process errors +#900 Unknown errors +# +######################################################################## + +SI_POLICY_REGISTRATION=\ + SI0000I|\ + Service Integrity Validation policy successfully registered. + +SI_POLICY_DECISION=\ + SI0001I|\ + Service Integrity Validation policy resulted in {0}. {1} + +OPERATION_RESULT_ERRORS=\ + SI0002I|\ + Operation {0} completed in {1} ms with some errors + +DOCUMENT_STORE_PAYLOAD_FAILURE=\ + SI0301E|\ + Failed to store Service Integrity Violation event in Document Store. Policy payload: {0} with error: {1} \ No newline at end of file -- cgit 1.2.3-korg