blob: c8fb270e3e970929e547f43652b5cae17eb297b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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}
|