12b34c27ff7b6e74a79501d904edd3a077f40d23
[oam/tr069-adapter.git] / acs / common / src / main / resources / config / ErrorMessages_tr069.properties
1 # ============LICENSE_START========================================================================\r
2 # ONAP : tr-069-adapter\r
3 # =================================================================================================\r
4 # Copyright (C) 2020 CommScope Inc Intellectual Property.\r
5 # =================================================================================================\r
6 # This tr-069-adapter software file is distributed by CommScope Inc\r
7 # under the Apache License, Version 2.0 (the "License");\r
8 # you may not use this file except in compliance with the License.\r
9 # You may obtain a copy of the License at\r
10 #\r
11 # http://www.apache.org/licenses/LICENSE-2.0\r
12 #\r
13 # This file is distributed on an "AS IS" BASIS,\r
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
15 # See the License for the specific language governing permissions and\r
16 # limitations under the License.\r
17 # ===============LICENSE_END=======================================================================\r
18 \r
19 \r
20 TR069.UNKNOWN_ERROR= An unknown error occurred, Error: {0}\r
21 \r
22 TR069.UNSUPPORTED_CHARACTER_ENCODING=The character encoding {0} is not supported\r
23 TR069.UNAUTHORIZED_EVENT=Unauthorized request, hence not honoring the request. Reason: {0}\r
24 TR069.OUI_OR_PC_MISMATCH=OUI/Product Class validation failed, The persisted device OUI/Product class is not matching with OUI/PC sent by device\r
25 TR069.INVALID_PARAMS_IN_INFORM=Device Inform do not contain all the basic required parameters\r
26 TR069.FAILED_PROCESSING_INFORM=Failed processing the Inform event from device, Reason: {0}\r
27 TR069.FAILED_PROCESSING_RPC_RESPONSE=Failed processing the Device RPC response {0}, Reason: {1}\r
28 TR069.EMPTY_REQUEST_PROCESSING_ERROR=Failed processing the empty request from device, Reason: {0}\r
29 \r
30 TR069.DEVICE_NOT_ACTIVATED=Device is not activated. Device should contact ACS via BOOTSTRAP Inform to be activated\r
31 TR069.DEVICE_NOT_EXISTS=Device {0} does not exist. Device must be factory imported before contacting ACS.\r
32 \r
33 TR069.INVALID_NBI_REQUEST=An Empty/NULL device RPC request received from mapper.\r
34 TR069.MISSING_OPERATION_DETAILS=Device RPC request does not contain valid operation details like operation code.\r
35 \r
36 TR069.SESSION_CREATION_ERROR=An error occurred during session creation, Reason: {0}\r
37 TR069.SESSION_ALREADY_LOCKED=Session lock could not be acquired, Session is already busy honoring another request. Lock acquire failure reason: {0}\r
38 TR069.SESSION_EXPIRED=Session with ID {0}, for the device is expired.\r
39 TR069.SESSION_INITIATION_FAILED=Device {0} - HTTP Get on Connection request URL to initiate device session failed after MAX retry.