Initial ONAP Synapse commit
[aai/data-router.git] / src / main / resources / logging / EntityEventPolicyMsgs.properties
1 #Resource key=Error Code|Message text|Resolution text |Description text
2 #######
3 #Newlines can be utilized to add some clarity ensuring continuing line
4 #has atleast one leading space
5 #ResourceKey=\
6 #             ERR0000E\
7 #             Sample error msg txt\
8 #             Sample resolution msg\
9 #             Sample description txt
10 #
11 ######
12 #Error code classification category
13 #000  Info/Debug
14 #100  Permission errors
15 #200  Availability errors/Timeouts
16 #300  Data errors
17 #400  Schema Interface type/validation errors
18 #500  Business process errors
19 #900  Unknown errors
20 #
21 ########################################################################
22
23
24 DISCARD_AAI_EVENT_VERBOSE=\
25          EEP0001E|\
26          Discarding event. Reason: {0}. Payload: {1}
27        
28 DISCARD_AAI_EVENT_NONVERBOSE=\
29          EEP0002E|\
30          Discarding event. Reason: {0}
31
32 OXM_VERSION_NOT_SUPPORTED=\
33          EEP0003E|\
34          OXM version: {0} is not supported.
35
36 FAILED_TO_PARSE_UEB_PAYLOAD=\
37          EEP0004E|\
38          Failed to parse UEB payload. {0}. {1}
39
40 NO_ETAG_AVAILABLE_FAILURE=\
41          EEP0005E|\
42          Unable to retrieve etag at {0} for entity with id {1}
43
44 ENTITY_OPERATION_NOT_SUPPORTED=\
45          EEP0006E|\
46          Action: {0} is not supported.
47
48 FAILED_TO_UPDATE_ENTITY_IN_DOCSTORE=\
49          EEP007E|\
50          Failed to update entity {0} with operation {1} 
51
52 DISCARD_UPDATING_SEARCH_SUGGESTION_DATA=\
53          EEP010E|\
54          Discarding search suggestion data. Reason: {0}
55
56 DISCARD_UPDATING_TOPOGRAPHY_DATA_VERBOSE=\
57          EEP008E|\
58          Discarding topographical data. Reason: {0}. Payload: {1}
59        
60 DISCARD_UPDATING_TOPOGRAPHY_DATA_NONVERBOSE=\
61          EEP009E|\
62          Discarding topographical data. Reason: {0}.
63
64 PROCESS_OXM_MODEL_MISSING=\
65          EEP010E|\
66          Failed to load OXM Model.
67
68 FAILED_TO_FIND_OXM_VERSION=\
69          EEP011E|\
70          Failed to find OXM version in UEB payload. {0}
71
72 FAIL_TO_CREATE_SEARCH_INDEX=\
73          EEP012E|\
74          Failed to create Search index {0} due to: {1}   
75
76 PROCESS_AAI_ENTITY_EVENT_POLICY_VERBOSE=\
77          EEP0001I|\
78          Processing AAI Entity Event Policy: [Action: {0} Entity Type: {1}]. Payload: {2}
79
80 PROCESS_AAI_ENTITY_EVENT_POLICY_NONVERBOSE=\
81          EEP0002I|\
82          Processing AAI Entity Event Policy: [Action: {0} Entity Type: {1}].
83
84 CROSS_ENTITY_REFERENCE_SYNC=\
85             EEP0003I|\
86             Cross Entity Reference synchronization {0}
87             
88 OPERATION_RESULT_NO_ERRORS=\
89          EEP0004I|\
90          Operation {0} completed in {1} ms with no errors
91
92 PROCESS_OXM_MODEL_FOUND=\
93          EEP0005I|\
94          Found OXM model: {0}
95          
96 SEARCH_INDEX_CREATE_SUCCESS=\
97          EEP0006I|\
98          Successfully created index at {0}
99
100 ENTITY_EVENT_POLICY_REGISTERED=\
101             EEP0007I|\
102             Entity Event Policy component started.
103
104 UEB_EVENT_HEADER_PARSED=\
105                         EE0008I|\
106                         Parsed UEB event header {0}
107
108 PRIMARY_KEY_NULL_FOR_ENTITY_TYPE=\
109                         EEP0301E|\
110                         Primary key value is null for entity type: {0}
111
112 UEB_INVALID_PAYLOAD_JSON_FORMAT=\
113                         EE0302E|\
114                         Payload has invalid JSON format: {0} 
115             
116 UEB_FAILED_TO_PARSE_PAYLOAD=\
117                         EE0303E|\
118                         {0} missing
119
120 UEB_FAILED_UEBEVENTHEADER_CONVERSION=\
121                         EE0304E|\
122                         {0}