blob: 3cd23abaf12c660adf9225c89575b4781b0f381f [file] [log] [blame]
Edwin Lawrance1433a672017-09-22 16:55:07 +01001###
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
44DISTRIBUTION_EVENT=\
45 BABEL0001I|\
46 Distribution event: {0}|\
47 A distribution event was received from ASDC|\
48
49PROCESS_REQUEST_ERROR=\
50 BABEL0002E|\
51 Error while processing REST request.|\
52
53INVALID_REQUEST_JSON=\
54 BABEL0003E|\
55 Error while processing JSON in request body.|\
56
57INVALID_CSAR_FILE=\
58 BABEL0004E|\
59 Error while processing CSAR file.|\