blob: 841bdaff9674e086eb6eb123674a10a62d6d32ea [file] [log] [blame]
Edwin Lawrance1433a672017-09-22 16:55:07 +01001# ============LICENSE_START=======================================================
Lee, Tian (tl5884)e651abe2018-04-27 17:50:07 +01002# org.onap.aai
Edwin Lawrance1433a672017-09-22 16:55:07 +01003# ================================================================================
Lee, Tian (tl5884)e651abe2018-04-27 17:50:07 +01004# Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved.
5# Copyright © 2017-2018 European Software Marketing Ltd.
Edwin Lawrance1433a672017-09-22 16:55:07 +01006# ================================================================================
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
Lee, Tian (tl5884)e651abe2018-04-27 17:50:07 +010010#
11# http://www.apache.org/licenses/LICENSE-2.0
12#
Edwin Lawrance1433a672017-09-22 16:55:07 +010013# 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=========================================================
Edwin Lawrance1433a672017-09-22 16:55:07 +010019
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
42DISTRIBUTION_EVENT=\
43 BABEL0001I|\
44 Distribution event: {0}|\
45 A distribution event was received from ASDC|\
46
Leonard, Mark (ml401d)66b3afa2018-03-21 18:40:41 +000047MESSAGE_AUDIT=\
48 BABEL0002I|\
49 {0}|\
50 |\
51
52MESSAGE_METRIC=\
53 BABEL0003I|\
54 {0}|\
55 |\
56
Edwin Lawrance1433a672017-09-22 16:55:07 +010057PROCESS_REQUEST_ERROR=\
Leonard, Mark (ml401d)66b3afa2018-03-21 18:40:41 +000058 BABEL0004E|\
Edwin Lawrance1433a672017-09-22 16:55:07 +010059 Error while processing REST request.|\
60
61INVALID_REQUEST_JSON=\
Leonard, Mark (ml401d)66b3afa2018-03-21 18:40:41 +000062 BABEL0005E|\
Edwin Lawrance1433a672017-09-22 16:55:07 +010063 Error while processing JSON in request body.|\
64
65INVALID_CSAR_FILE=\
Leonard, Mark (ml401d)66b3afa2018-03-21 18:40:41 +000066 BABEL0006E|\
67 Error while processing CSAR file.|\
68
69PROCESSING_VNF_CATALOG_ERROR=\
70 BABEL0007E|\
71 Error while processing VNF Catalog.|\
72
73BABEL_REQUEST_PAYLOAD=\
74 BABEL0008I|\
75 Babel request payload: {0}|\
76
77BABEL_RESPONSE_PAYLOAD=\
78 BABEL0009I|\
mark.j.leonarda2c57142018-08-07 16:43:55 +010079 Babel response payload: {0}|\
Leonard, Mark (ml401d)66b3afa2018-03-21 18:40:41 +000080
81MISSING_REQUEST_ID=\
82 BABEL0010I|\
83 Missing request ID. Assigned {0}|\
mark.j.leonarda2c57142018-08-07 16:43:55 +010084
85MISSING_SERVICE_METADATA=\
86 BABEL0011W|\
mark.j.leonard2aedac72018-10-08 12:04:17 +010087 The service node template: {0} does not provide a metadata section. Skipping...|\
88
89TEMP_FILE_ERROR=\
90 BABEL0012E|\
91 Error creating temporary CSAR file.|\
mark.j.leonardf5dae472019-03-05 12:28:24 +000092
93LOAD_PROPERTIES=\
94 BABEL0013E|\
95 Error loading properties: {0}|Correct the file contents|\
96
mark.j.leonard2aedac72018-10-08 12:04:17 +010097