Fix checkstyle warnings and formatting
[aai/babel.git] / src / main / resources / babel-logging-resources.properties
1 # ============LICENSE_START=======================================================
2 # org.onap.aai
3 # ================================================================================
4 # Copyright (c) 2017-2019 AT&T Intellectual Property. All rights reserved.
5 # Copyright (c) 2017-2019 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 # For example:
23 # ResourceKey=\
24 #             ERR0000E\
25 #             Sample error msg txt\
26 #             Sample resolution msg\
27 #             Sample description txt
28 #
29 # Error code classification category
30 # 000 Info/Debug
31 # 100 Permission errors
32 # 200 Availability errors/Timeouts
33 # 300 Data errors
34 # 400 Schema Interface type/validation errors
35 # 500 Business process errors
36 # 900 Unknown errors
37
38 DISTRIBUTION_EVENT=\
39                   BABEL0001I|\
40                   Distribution event: {0}|\
41                   A distribution event was received from ASDC|\
42
43 MESSAGE_AUDIT=\
44     BABEL0002I|\
45     {0}|\
46     |\
47
48 MESSAGE_METRIC=\
49     BABEL0003I|\
50     {0}|\
51     |\
52
53 PROCESS_REQUEST_ERROR=\
54                   BABEL0004E|\
55                   Error while processing REST request.|\
56
57 INVALID_REQUEST_JSON=\
58                   BABEL0005E|\
59                   Error while processing JSON in request body.|\
60
61 INVALID_CSAR_FILE=\
62                   BABEL0006E|\
63                   Error while processing CSAR file.|\
64
65 PROCESSING_VNF_CATALOG_ERROR=\
66                   BABEL0007E|\
67                   Error while processing VNF Catalog.|\
68
69 BABEL_REQUEST_PAYLOAD=\
70                                   BABEL0008I|\
71                   Babel request payload: {0}|\
72                   
73 BABEL_RESPONSE_PAYLOAD=\
74                                   BABEL0009I|\
75                   Babel response payload: {0}|\
76     
77 MISSING_REQUEST_ID=\
78                             BABEL0010I|\
79                             Missing request ID. Assigned {0}|\
80                             
81 MISSING_SERVICE_METADATA=\
82                             BABEL0011W|\
83                 The service node template: {0} does not provide a metadata section. Skipping...|\
84
85 TEMP_FILE_ERROR=\
86                   BABEL0012E|\
87                   Error creating temporary CSAR file.|\
88                   
89 LOAD_PROPERTIES=\
90                   BABEL0013E|\
91                   Error loading properties: {0}|\
92                   Correct the file contents|\