update link to upper-constraints.txt
[dmaap/messagerouter/messageservice.git] / src / main / config / DMaaPErrorMesaages.properties
1 ###############################################################################
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 ##
30 resource.not.found=The requested resource was not found.Please verify the URL and try again.
31 server.unavailable=Server is temporarily unavailable or busy.Try again later, or try another server in the cluster.
32 http.method.not.allowed=The specified HTTP method is not allowed for the requested resource.Enter a valid HTTP method and try again.
33 incorrect.request.json=Incorrect JSON object. Please correct the JSON format and try again.
34 network.time.out=Connection to the DMaaP MR was timed out.Please try again.
35
36 ##
37 # AAF Errors
38 ##
39 authentication.failure=Access Denied: Invalid Credentials. Enter a valid MechId and Password and try again.
40 not.permitted.access.1=Access Denied.User does not have permission to perform
41 not.permitted.access.2=operation on Topic:
42 unable.to.authorize=Unable to authorize the user. Please try again later.
43
44
45 ##
46 #Topic
47 ##
48 get.topic.failure=Failed to retrieve list of all topics.
49 get.topic.details.failure=Failed to retrieve details of topic:
50 create.topic.failure=Failed to create topic:
51 delete.topic.failure=Failed to delete topic:
52
53 consume.msg.error=Error while reading data from topic.
54 publish.msg.error=Error while publishing data to topic.
55 msg_size_exceeds=Message size exceeds the default size.
56 publish.msg.count=Successfully published number of messages :
57
58 incorrect.json=Incorrect JSON object.Could not parse JSON. Please correct the JSON format and try again.
59 topic.not.exist=No such topic exists.