blob: 0cbae92a23abc001c998a5771b2ffb2fdf96caa2 [file] [log] [blame]
Varun Gudisenaacc3ce02017-08-31 10:56:56 -05001###############################################################################
2# ============LICENSE_START=======================================================
3# org.onap.dmaap
4# ================================================================================
5# Copyright © 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# http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing, software
13# distributed under the License is distributed on an "AS IS" BASIS,
14# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15# See the License for the specific language governing permissions and
16# limitations under the License.
17# ============LICENSE_END=========================================================
18#
19# ECOMP is a trademark and service mark of AT&T Intellectual Property.
20#
21###############################################################################
22###############################################################################
23##
24## DMaaP Error Messages
25###############################################################################
26
27##
28# Generic WebApplication Exceptions
29##
30resource.not.found=The requested resource was not found.Please verify the URL and try again.
31server.unavailable=Server is temporarily unavailable or busy.Try again later, or try another server in the cluster.
32http.method.not.allowed=The specified HTTP method is not allowed for the requested resource.Enter a valid HTTP method and try again.
33incorrect.request.json=Incorrect JSON object. Please correct the JSON format and try again.
34network.time.out=Connection to the DMaaP MR was timed out.Please try again.
35
36##
37# AAF Errors
38##
39authentication.failure=Access Denied: Invalid Credentials. Enter a valid MechId and Password and try again.
40not.permitted.access.1=Access Denied.User does not have permission to perform
41not.permitted.access.2=operation on Topic:
42unable.to.authorize=Unable to authorize the user. Please try again later.
43
44
45##
46#Topic
47##
48get.topic.failure=Failed to retrieve list of all topics.
49get.topic.details.failure=Failed to retrieve details of topic:
50create.topic.failure=Failed to create topic:
51delete.topic.failure=Failed to delete topic:
52
53consume.msg.error=Error while reading data from topic.
54publish.msg.error=Error while publishing data to topic.
55msg_size_exceeds=Message size exceeds the default size.
56publish.msg.count=Successfully published number of messages :
57
58incorrect.json=Incorrect JSON object.Could not parse JSON. Please correct the JSON format and try again.