blob: 82d452ae4ee7a092b51e1b00ae098fd1371ab15f [file] [log] [blame]
ChrisC025301d2017-01-31 11:40:03 +01001###
2# ============LICENSE_START=======================================================
3# ECOMP MSO
4# ================================================================================
5# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
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
21########################################################################
22#Resource key=Error Code|Message text|Resolution text |Description text
23#######
24# {component}-{subcomponent}-{4-digit code}{classification}
25#Newlines can be utilized to add some clarity ensuring continuing line
26#has atleast one leading space
27#ResourceKey=\
28# ERR0000E\
29# Sample error msg txt\
30# Sample resolution msg\
31# Sample description txt
32#
33#######
34#Error code classification category
35#1000-1099 Security/Permission Related
36#2000-2099 Availability/Timeout Related
37#3000-3099 Data Access/Integrity Related
38#4000-4099 Schema Interface Type/Validation
39#5000-5099 Business/Flow Processing Related
40#6000-8099 Reserved \u2013 do not use
41#9000-9099 Unknown Errors
42#
43######
44#{classification} description
45# I = Information
46# W = Warning
47# E = Error
48# F = Fatal
49########################################################################
50APIH_QUERY_FOUND=\
51 MSO-APIH-3000I|\
52 Requests found when query DB with parameters {0}={1}|\
53 No resolution needed|\
54 Requests found when API Handler query DB
55APIH_QUERY_NOT_FOUND=\
56 MSO-APIH-3001I|\
57 Request not found when query DB with parameters {0}={1}|\
58 No resolution needed|\
59 Request not found when API Handler query DB
60APIH_DB_ACCESS_EXC=\
61 MSO-APIH-3003E|\
62 Unable to access DB|\
63 Please check other logs for more detailed info|\
64 Unable to access DB
65APIH_DB_ACCESS_EXC_REASON=\
66 MSO-APIH-3005E|\
67 Unable to access DB: {0}|\
68 Please check other logs for more detailed info|\
69 Unable to access DB
70APIH_DB_ATTRIBUTE_NOT_FOUND=\
71 MSO-APIH-3006E|\
72 Attribute {0} not found in DB|\
73 Please check other logs for more detailed info|\
74 Attribute not found in DB
75APIH_DB_INSERT_EXC=\
76 MSO-APIH-3007E|\
77 Unable to insert record to DB|\
78 Please check other logs for more detailed info|\
79 Unable to insert record to DB
80APIH_DB_UPDATE_EXC=\
81 MSO-APIH-3008E|\
82 Unable to update record to DB: {0}|\
83 Please check other logs for more detailed info|\
84 Unable to insert record to DB
85APIH_VALIDATION_ERROR=\
86 MSO-APIH-4000E|\
87 Validation failed|\
88 Please check other logs for more detailed info|\
89 Validation failed
90APIH_REQUEST_VALIDATION_ERROR=\
91 MSO-APIH-4001E|\
92 Validation of the input request failed, for incoming request:{0}|\
93 Please check other logs for more detailed info|\
94 Validation of the input request failed
95APIH_SERVICE_VALIDATION_ERROR=\
96 MSO-APIH-4002E|\
97 Service params failed schema validation|\
98 Please check other logs for more detailed info|\
99 Service params failed schema validation
100APIH_REQUEST_VALIDATION_ERROR_REASON=\
101 MSO-APIH-4003E|\
102 Validation of the input request failed:{0}|\
103 Please verify the input request|\
104 Validation of the input request failed
105APIH_VNFREQUEST_VALIDATION_ERROR=\
106 MSO-APIH-4004E|\
107 Validation of the VNF Request failed|\
108 Please verify the VNF Request|\
109 Validation of the VNF Request failed
110APIH_QUERY_PARAM_WRONG=\
111 MSO-APIH-5003W|\
112 Bad Request: {0}|\
113 Please verify the request|\
114 Bad Request
115APIH_GENERAL_WARNING=\
116 MSO-APIH-5004W|\
117 WARNING: {0}|\
118 Please check other logs for more detailed info|\
119 General warning
120APIH_AUDIT_EXEC=\
121 MSO-APIH-5005I|\
122 Executing request: {0}. {1}|\
123 No resolution needed|\
124 Executing method
125APIH_GENERAL_METRICS=\
126 MSO-APIH-5008I|\
127 Executed method: {0}. {1}|\
128 No resolution needed|\
129 Generate information for Metric events
130APIH_REQUEST_NULL=\
131 MSO-APIH-5009W|\
132 The request received by MSO is null|\
133 Please check other logs for more detailed info|\
134 The request received by MSO is null
135APIH_DUPLICATE_FOUND=\
136 MSO-APIH-5011W|\
137 Duplicated request found: {0}|\
138 Please check other logs for more detailed info|\
139 Duplicated request found
140APIH_BAD_ORDER=\
141 MSO-APIH-5012W|\
142 Request received with wrong order: {0}|\
143 Please check other logs for more detailed info|\
144 Request received with wrong order
145APIH_BPEL_RESPONSE_ERROR=\
146 MSO-APIH-5014E|\
147 Abnormal response received from BPEL server: {0}|\
148 Please check other logs for more detailed info|\
149 Abnormal response received from BPEL server
150APIH_WARP_REQUEST=\
151 MSO-APIH-5015E|\
152 Error wrapping request|\
153 Please check other logs for more detailed info|\
154 Error wrapping request to be sent to BPEL server
155APIH_ERROR_FROM_BPEL_SERVER=\
156 MSO-APIH-5016E|\
157 Error from {0} with status:{1} and responseBody:{2}|\
158 Please check other logs for more detailed info|\
159 Error from BPEL Server
160APIH_CANNOT_READ_SCHEMA=\
161 MSO-APIH-5017E|\
162 MSO Configuration Error - Unable to read the schema file|\
163 Please check other logs for more detailed info|\
164 MSO Configuration Error - Unable to read the schema file
165APIH_PROPERTY_LOAD_SUC=\
166 MSO-APIH-5018I|\
167 Properties file loaded successfully|\
168 No resolution needed|\
169 Properties file loaded successfully
170APIH_NO_PROPERTIES=\
171 MSO-APIH-5019E|\
172 Missing or invalid properties file: {0}|\
173 Please verify whether properties file exist or redable|\
174 Missing or invalid properties file
175APIH_LOAD_PROPERTIES_FAIL=\
176 MSO-APIH-5020E|\
177 Unable to load properties file: {0}|\
178 Please verify whether properties file exist or redable|\
179 Unable to load properties file
180APIH_GENERATED_REQUEST_ID=\
181 MSO-APIH-5021I|\
182 Missing requestID. Assigned {0}|\
183 No resolution needed|\
184 Request ID is not available
185APIH_REPLACE_REQUEST_ID=\
186 MSO-APIH-5022I|\
187 Replaced invalid requestID of {0}|\
188 No resolution needed|\
189 Request ID received is not compliant with ECOMP Standards
190APIH_GENERATED_SERVICE_INSTANCE_ID=\
191 MSO-APIH-5023I|\
192 Missing serviceInstanceID. Assigned {0}|\
193 No resolution needed|\
194 Service Instance ID is not available
195APIH_GENERAL_EXCEPTION_ARG=\
196 MSO-APIH-9000E|\
197 Exception: {0}|\
198 Please check other logs for more detailed info|\
199 General exception with reason
200APIH_GENERAL_EXCEPTION=\
201 MSO-APIH-9001E|\
202 Exception encountered|\
203 Please check other logs for more detailed info|\
204 Exception encountered
205APIH_HEALTH_CHECK_EXCEPTION=\
206 MSO-APIH-9002E|\
207 Exception during health check|\
208 Please check other logs for more detailed info|\
209 Exception during health check
210APIH_READ_VNFOUTPUT_CLOB_EXCEPTION=\
211 MSO-APIH-9003E|\
212 Exception reading vnfOutputs Clob|\
213 Please check other logs for more detailed info|\
214 Exception reading vnfOutputs Clob
215APIH_DUPLICATE_CHECK_EXC=\
216 MSO-APIH-9004E|\
217 Exception during the duplication check for post services|\
218 Please check other logs for more detailed info|\
219 Exception during the duplicate check for post services
220APIH_BPEL_COMMUNICATE_ERROR=\
221 MSO-APIH-9005E|\
222 Exception during BPEL POST|\
223 Please check other logs for more detailed info|\
224 Exception during BPEL POST
225APIH_SDNC_COMMUNICATE_ERROR=\
226 MSO-APIH-9006E|\
227 Exception when sending HTTP POST request to SDNC Adapter|\
228 Please check other logs for more detailed info|\
229 Exception when sending HTTP POST request to SDNC Adapter
230APIH_SDNC_RESPONSE_ERROR=\
231 MSO-APIH-9007E|\
232 IOException getting SDNC Adapter response body|\
233 Please check other logs for more detailed info|\
234 IOException getting SDNC Adapter response body
235APIH_JAXB_MARSH_ERROR=\
236 MSO-APIH-9008E|\
237 Exception when translating query results into string with Jaxb|\
238 Please check other logs for more detailed info|\
239 Exception when translating query results into string with Jaxb
240APIH_JAXB_UNMARSH_ERROR=\
241 MSO-APIH-9009E|\
242 Exception when formatting for VNF outputs with Jaxb|\
243 Please check other logs for more detailed info|\
244 Exception when formatting for VNF outputs
245APIH_DOM2STR_ERROR=\
246 MSO-APIH-9010E|\
247 Error converting xml Document to String|\
248 Please check other logs for more detailed info|\
249 Error converting xml Document to String
250APIH_DUPLICATE_CHECK_EXC_ATT=\
251 MSO-APIH-9011E|\
252 Exception during the duplication check for post services with the same attribute: {0}|\
253 Please check other logs for more detailed info|\
254 Exception during the duplicate check for post services
255