aboutsummaryrefslogtreecommitdiffstats
path: root/champ-lib/champ-titan/src/main/resources/logging/ChampTitanMsgs.properties
blob: 5b0e1bc2b7c36c1b676efd273635e709ce1d3d47 (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
#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
#
########################################################################

TITAN_CHAMP_GRAPH_IMPL_INFO=\
            CT0011I|\
            TitanChampGraphImpl: {0}
TITAN_CHAMP_GRAPH_IMPL_ERROR=\
            CT0511E|\
            TitanChampGraphImpl Error: {0}
TITAN_CHAMP_GRAPH_IMPL_WARN=\
            CT0512E|\
            TitanChampGraphImpl Warning: {0}