aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/logging/RouterCoreMsgs.properties
blob: 5c8c18388e33a0abdf46405f5cffedb9d46d91ac (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
#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
#
########################################################################


PROCESS_EVENT=\
  AC0001I|\
  Processed event from topic {0}.  Result: {1}

EVENT_PROCESSING_EXCEPTION=\
  AC0501E|\
  Could not process request from event bus due to the following exception: {0}

EVENT_CONSUMER_CREATION_EXCEPTION=\
  AC0502E|\
  Could not create event consumer due to the following exception: {0}