aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/logging/EntityEventPolicyMsgs.properties
blob: 3fac391dabc7d069e7a30d682844dbdf0c57d1f9 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
#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
#
########################################################################


DISCARD_AAI_EVENT_VERBOSE=\
         EEP0001E|\
         Discarding event. Reason: {0}. Payload: {1}
       
DISCARD_AAI_EVENT_NONVERBOSE=\
         EEP0002E|\
         Discarding event. Reason: {0}

OXM_VERSION_NOT_SUPPORTED=\
         EEP0003E|\
         OXM version: {0} is not supported.

FAILED_TO_PARSE_UEB_PAYLOAD=\
         EEP0004E|\
         Failed to parse UEB payload. {0}. {1}

NO_ETAG_AVAILABLE_FAILURE=\
         EEP0005E|\
         Unable to retrieve etag at {0} for entity with id {1}

ENTITY_OPERATION_NOT_SUPPORTED=\
         EEP0006E|\
         Action: {0} is not supported.

FAILED_TO_UPDATE_ENTITY_IN_DOCSTORE=\
         EEP007E|\
         Failed to update entity {0} with operation {1} 

DISCARD_UPDATING_SEARCH_SUGGESTION_DATA=\
         EEP010E|\
         Discarding search suggestion data. Reason: {0}

DISCARD_UPDATING_TOPOGRAPHY_DATA_VERBOSE=\
         EEP008E|\
         Discarding topographical data. Reason: {0}. Payload: {1}
       
DISCARD_UPDATING_TOPOGRAPHY_DATA_NONVERBOSE=\
         EEP009E|\
         Discarding topographical data. Reason: {0}.

PROCESS_OXM_MODEL_MISSING=\
         EEP010E|\
         Failed to load OXM Model.

FAILED_TO_FIND_OXM_VERSION=\
         EEP011E|\
         Failed to find OXM version in UEB payload. {0}

FAIL_TO_CREATE_SEARCH_INDEX=\
         EEP012E|\
         Failed to create Search index {0} due to: {1}   

PROCESS_AAI_ENTITY_EVENT_POLICY_VERBOSE=\
         EEP0001I|\
         Processing AAI Entity Event Policy: [Action: {0} Entity Type: {1}]. Payload: {2}

PROCESS_AAI_ENTITY_EVENT_POLICY_NONVERBOSE=\
         EEP0002I|\
         Processing AAI Entity Event Policy: [Action: {0} Entity Type: {1}].

CROSS_ENTITY_REFERENCE_SYNC=\
            EEP0003I|\
            Cross Entity Reference synchronization {0}
            
OPERATION_RESULT_NO_ERRORS=\
         EEP0004I|\
         Operation {0} completed in {1} ms with no errors

PROCESS_OXM_MODEL_FOUND=\
         EEP0005I|\
         Found OXM model: {0}
         
SEARCH_INDEX_CREATE_SUCCESS=\
         EEP0006I|\
         Successfully created index at {0}

ENTITY_EVENT_POLICY_REGISTERED=\
            EEP0007I|\
            Entity Event Policy component started.

UEB_EVENT_HEADER_PARSED=\
			EE0008I|\
			Parsed UEB event header {0}

PRIMARY_KEY_NULL_FOR_ENTITY_TYPE=\
			EEP0301E|\
			Primary key value is null for entity type: {0}

UEB_INVALID_PAYLOAD_JSON_FORMAT=\
			EE0302E|\
			Payload has invalid JSON format: {0} 
            
UEB_FAILED_TO_PARSE_PAYLOAD=\
			EE0303E|\
			{0} missing

UEB_FAILED_UEBEVENTHEADER_CONVERSION=\
			EE0304E|\
			{0}