EmmettCox | 14b8d95 | 2019-01-14 17:19:45 +0000 | [diff] [blame] | 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 | # * |
| 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 | # * ECOMP is a trademark and service mark of AT&T Intellectual Property. |
| 21 | # * |
| 22 | #------------------------------------------------------------------------------- |
| 23 | ######################################################################## |
| 24 | #Resource key=Error Code|Message text|Resolution text |Description text |
| 25 | ####### |
| 26 | #Newlines can be utilized to add some clarity ensuring continuing line |
| 27 | #has atleast one leading space |
| 28 | #ResourceKey=\ |
| 29 | # ERR0000E\ |
| 30 | # Sample error msg txt\ |
| 31 | # Sample resolution msg\ |
| 32 | # Sample description txt |
| 33 | # |
| 34 | ###### |
| 35 | #Error code classification category |
| 36 | #100 Permission errors |
| 37 | #200 Availability errors/Timeouts |
| 38 | #300 Data errors |
| 39 | #400 Schema Interface type/validation errors |
| 40 | #500 Business process errors |
| 41 | #900 Unknown errors |
| 42 | # |
| 43 | ######################################################################## |
| 44 | |
| 45 | # Messages for Data Router EELF framework |
| 46 | |
| 47 | #Prints FeedID in the EELF apicalls log |
| 48 | MESSAGE_WITH__FEEDID=EELF0001I| FeedID = {0} |
| 49 | |
| 50 | #Prints User in the EELF apicalls log |
| 51 | MESSAGE_WITH_BEHALF=EELF0002I| User = {0} |
| 52 | |
| 53 | #Prints User and FeedID in the EELF apicalls log |
| 54 | MESSAGE_WITH_BEHALF_AND_FEEDID=EELF0003I| User = {0} FeedID = {1} |
| 55 | |
| 56 | #Prints InvocationId starting point for data router in the EELF apicalls log, |
| 57 | ENTRY=EELF0004I| Entering data router node component with RequestId and InvocationId |
| 58 | |
| 59 | #Prints api exit point for data router in the EELF apicalls log, |
| 60 | EXIT=EELF0005I| Exiting data router node component with RequestId and InvocationId |
| 61 | |
| 62 | INVOKE=EELF0006I| Invoking downstream call with InvocationId = {0} |
| 63 | |
| 64 | #Prints keystore file error in EELF errors log |
| 65 | MESSAGE_KEYSTORE_LOAD_ERROR=EELF0001E| Error loading my keystore file {0} {1} |
| 66 | |
| 67 | MESSAGE_KEYSORE_NAME_ERROR=EELF0002E| Error extracting my name from my keystore file. {0} |
| 68 | |
| 69 | MESSAGE_PARSING_ERROR=EELF0003E| Error parsing configuration data from provisioning server. {0} |
| 70 | |
| 71 | MESSAGE_CONF_FAILED=EELF0004E| Configuration failed. {0} - try again later. |
| 72 | |
| 73 | MESSAGE_BAD_PROV_URL=EELF0005E| Bad provisioning server URL {0} |
| 74 | |
| 75 | MESSAGE_KEYSTORE_FETCH_ERROR=EELF0006E| Unable to fetch canonical name from keystore file {0} |
| 76 | |
EmmettCox | b60213d | 2019-04-08 10:34:31 +0000 | [diff] [blame] | 77 | MESSAGE_PROPERTIES_LOAD_ERROR=EELF0007E| Unable to load local configuration file - {0} |
EmmettCox | 14b8d95 | 2019-01-14 17:19:45 +0000 | [diff] [blame] | 78 | |