Edwin Lawrance | 1433a67 | 2017-09-22 16:55:07 +0100 | [diff] [blame] | 1 | # ============LICENSE_START======================================================= |
Lee, Tian (tl5884) | e651abe | 2018-04-27 17:50:07 +0100 | [diff] [blame] | 2 | # org.onap.aai |
Edwin Lawrance | 1433a67 | 2017-09-22 16:55:07 +0100 | [diff] [blame] | 3 | # ================================================================================ |
Lee, Tian (tl5884) | e651abe | 2018-04-27 17:50:07 +0100 | [diff] [blame] | 4 | # Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved. |
| 5 | # Copyright © 2017-2018 European Software Marketing Ltd. |
Edwin Lawrance | 1433a67 | 2017-09-22 16:55:07 +0100 | [diff] [blame] | 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 |
Lee, Tian (tl5884) | e651abe | 2018-04-27 17:50:07 +0100 | [diff] [blame] | 10 | # |
| 11 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | # |
Edwin Lawrance | 1433a67 | 2017-09-22 16:55:07 +0100 | [diff] [blame] | 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========================================================= |
Edwin Lawrance | 1433a67 | 2017-09-22 16:55:07 +0100 | [diff] [blame] | 19 | |
| 20 | #Resource key=Error Code|Message text|Resolution text |Description text |
| 21 | ####### |
| 22 | #Newlines can be utilized to add some clarity ensuring continuing line |
| 23 | #has at least one leading space |
| 24 | #ResourceKey=\ |
| 25 | # ERR0000E\ |
| 26 | # Sample error msg txt\ |
| 27 | # Sample resolution msg\ |
| 28 | # Sample description txt |
| 29 | # |
| 30 | ###### |
| 31 | #Error code classification category |
| 32 | #000 Info/Debug |
| 33 | #100 Permission errors |
| 34 | #200 Availability errors/Timeouts |
| 35 | #300 Data errors |
| 36 | #400 Schema Interface type/validation errors |
| 37 | #500 Business process errors |
| 38 | #900 Unknown errors |
| 39 | # |
| 40 | ######################################################################## |
| 41 | |
| 42 | DISTRIBUTION_EVENT=\ |
| 43 | BABEL0001I|\ |
| 44 | Distribution event: {0}|\ |
| 45 | A distribution event was received from ASDC|\ |
| 46 | |
Leonard, Mark (ml401d) | 66b3afa | 2018-03-21 18:40:41 +0000 | [diff] [blame] | 47 | MESSAGE_AUDIT=\ |
| 48 | BABEL0002I|\ |
| 49 | {0}|\ |
| 50 | |\ |
| 51 | |
| 52 | MESSAGE_METRIC=\ |
| 53 | BABEL0003I|\ |
| 54 | {0}|\ |
| 55 | |\ |
| 56 | |
Edwin Lawrance | 1433a67 | 2017-09-22 16:55:07 +0100 | [diff] [blame] | 57 | PROCESS_REQUEST_ERROR=\ |
Leonard, Mark (ml401d) | 66b3afa | 2018-03-21 18:40:41 +0000 | [diff] [blame] | 58 | BABEL0004E|\ |
Edwin Lawrance | 1433a67 | 2017-09-22 16:55:07 +0100 | [diff] [blame] | 59 | Error while processing REST request.|\ |
| 60 | |
| 61 | INVALID_REQUEST_JSON=\ |
Leonard, Mark (ml401d) | 66b3afa | 2018-03-21 18:40:41 +0000 | [diff] [blame] | 62 | BABEL0005E|\ |
Edwin Lawrance | 1433a67 | 2017-09-22 16:55:07 +0100 | [diff] [blame] | 63 | Error while processing JSON in request body.|\ |
| 64 | |
| 65 | INVALID_CSAR_FILE=\ |
Leonard, Mark (ml401d) | 66b3afa | 2018-03-21 18:40:41 +0000 | [diff] [blame] | 66 | BABEL0006E|\ |
| 67 | Error while processing CSAR file.|\ |
| 68 | |
| 69 | PROCESSING_VNF_CATALOG_ERROR=\ |
| 70 | BABEL0007E|\ |
| 71 | Error while processing VNF Catalog.|\ |
| 72 | |
| 73 | BABEL_REQUEST_PAYLOAD=\ |
| 74 | BABEL0008I|\ |
| 75 | Babel request payload: {0}|\ |
| 76 | |
| 77 | BABEL_RESPONSE_PAYLOAD=\ |
| 78 | BABEL0009I|\ |
mark.j.leonard | a2c5714 | 2018-08-07 16:43:55 +0100 | [diff] [blame] | 79 | Babel response payload: {0}|\ |
Leonard, Mark (ml401d) | 66b3afa | 2018-03-21 18:40:41 +0000 | [diff] [blame] | 80 | |
| 81 | MISSING_REQUEST_ID=\ |
| 82 | BABEL0010I|\ |
| 83 | Missing request ID. Assigned {0}|\ |
mark.j.leonard | a2c5714 | 2018-08-07 16:43:55 +0100 | [diff] [blame] | 84 | |
| 85 | MISSING_SERVICE_METADATA=\ |
| 86 | BABEL0011W|\ |
mark.j.leonard | 2aedac7 | 2018-10-08 12:04:17 +0100 | [diff] [blame] | 87 | The service node template: {0} does not provide a metadata section. Skipping...|\ |
| 88 | |
| 89 | TEMP_FILE_ERROR=\ |
| 90 | BABEL0012E|\ |
| 91 | Error creating temporary CSAR file.|\ |
mark.j.leonard | f5dae47 | 2019-03-05 12:28:24 +0000 | [diff] [blame^] | 92 | |
| 93 | LOAD_PROPERTIES=\ |
| 94 | BABEL0013E|\ |
| 95 | Error loading properties: {0}|Correct the file contents|\ |
| 96 | |
mark.j.leonard | 2aedac7 | 2018-10-08 12:04:17 +0100 | [diff] [blame] | 97 | |