blob: b7322f87716e218da25fb3dc454bda4013799e4f (
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
|
########################################################################
#Resource key=Error Code|Message text|Resolution text |Description text
#######
# {component}-{subcomponent}-{4-digit code}{classification}
#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 for other components
#1400-1499 Security/Permission Related
#2400-2499 Availability/Timeout Related
#3400-3499 Data Access/Integrity Related
#4400-4499 Schema Interface Type/Validation
#5400-5499 Business/Flow Processing Related
#6400-6499 Reserved \u2013 do not use
#9400-9499 Unknown Errors
#
######
#{classification} description
# I = Information
# W = Warning
# E = Error
# F = Fatal
########################################################################
GENERAL_INFO=\
ECOMP-GENERAL-INFO-5401|\
{0}|\
Please check other logs for more detailed info|\
General info
GENERAL_WARNING=\
ECOMP-GENERAL-WARNING-5402|\
{0}|\
Please check other logs for more detailed info|\
General warning
GENERAL_ERROR=\
ECOMP-GENERAL-ERROR-5403|\
{0}|\
Please check other logs for more detailed info|\
General error
AUDIT_BEGIN=\
ECOMP-GENERAL-5403|\
Entering method|\
No resolution needed|\
Entering method
AUDIT_END=\
ECOMP-GENERAL-5404|\
Exiting method|\
No resolution needed|\
Exiting method
METRICS_BEGIN=\
ECOMP-GENERAL-5403|\
Entering method|\
No resolution needed|\
Entering method
METRICS_END=\
ECOMP-GENERAL-5404|\
Exiting method|\
No resolution needed|\
Exiting method
|