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