Incorporate the ECOMP SDC Artefact Generator code
[aai/babel.git] / src / main / resources / babel-logging-resources.properties
1 ###
2 # ============LICENSE_START=======================================================
3 # MODEL LOADER SERVICE
4 # ================================================================================
5 # Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6 # Copyright (C) 2017 European Software Marketing Ltd.
7 # ================================================================================
8 # Licensed under the Apache License, Version 2.0 (the "License");
9 # you may not use this file except in compliance with the License.
10 # You may obtain a copy of the License at
11 #
12 #      http://www.apache.org/licenses/LICENSE-2.0
13 #
14 # Unless required by applicable law or agreed to in writing, software
15 # distributed under the License is distributed on an "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 # See the License for the specific language governing permissions and
18 # limitations under the License.
19 # ============LICENSE_END=========================================================
20 ###
21
22 #Resource key=Error Code|Message text|Resolution text |Description text
23 #######
24 #Newlines can be utilized to add some clarity ensuring continuing line
25 #has at least one leading space
26 #ResourceKey=\
27 #             ERR0000E\
28 #             Sample error msg txt\
29 #             Sample resolution msg\
30 #             Sample description txt
31 #
32 ######
33 #Error code classification category
34 #000 Info/Debug
35 #100 Permission errors
36 #200 Availability errors/Timeouts
37 #300 Data errors
38 #400 Schema Interface type/validation errors
39 #500 Business process errors
40 #900 Unknown errors
41 #
42 ########################################################################
43
44 DISTRIBUTION_EVENT=\
45                   BABEL0001I|\
46                   Distribution event: {0}|\
47                   A distribution event was received from ASDC|\
48
49 MESSAGE_AUDIT=\
50     BABEL0002I|\
51     {0}|\
52     |\
53
54 MESSAGE_METRIC=\
55     BABEL0003I|\
56     {0}|\
57     |\
58
59 PROCESS_REQUEST_ERROR=\
60                   BABEL0004E|\
61                   Error while processing REST request.|\
62
63 INVALID_REQUEST_JSON=\
64                   BABEL0005E|\
65                   Error while processing JSON in request body.|\
66
67 INVALID_CSAR_FILE=\
68                   BABEL0006E|\
69                   Error while processing CSAR file.|\
70
71 PROCESSING_VNF_CATALOG_ERROR=\
72                   BABEL0007E|\
73                   Error while processing VNF Catalog.|\
74
75 BABEL_REQUEST_PAYLOAD=\
76                                   BABEL0008I|\
77                   Babel request payload: {0}|\
78                   
79 BABEL_RESPONSE_PAYLOAD=\
80                                   BABEL0009I|\
81                   Babel response payload: {0}|\      
82     
83 MISSING_REQUEST_ID=\
84                             BABEL0010I|\
85                             Missing request ID. Assigned {0}|\
86                             |\
87