ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 1 | ### |
| 2 | # ============LICENSE_START======================================================= |
| 3 | # ECOMP MSO |
| 4 | # ================================================================================ |
| 5 | # Copyright (C) 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 | |
| 21 | ######################################################################## |
| 22 | #Resource key=Error Code|Message text|Resolution text |Description text |
| 23 | ####### |
| 24 | # {component}-{subcomponent}-{4-digit code}{classification} |
| 25 | #Newlines can be utilized to add some clarity ensuring continuing line |
| 26 | #has atleast one leading space |
| 27 | #ResourceKey=\ |
| 28 | # ERR0000E\ |
| 29 | # Sample error msg txt\ |
| 30 | # Sample resolution msg\ |
| 31 | # Sample description txt |
| 32 | # |
| 33 | ####### |
| 34 | #Error code classification category |
| 35 | #1100-1199 Security/Permission Related |
| 36 | #2100-2199 Availability/Timeout Related |
| 37 | #3100-3199 Data Access/Integrity Related |
| 38 | #4100-4199 Schema Interface Type/Validation |
| 39 | #5100-5199 Business/Flow Processing Related |
| 40 | #6100-6199 Reserved \u2013 do not use |
| 41 | #9100-9199 Unknown Errors |
| 42 | # |
| 43 | ###### |
| 44 | #{classification} description |
| 45 | # I = Information |
| 46 | # W = Warning |
| 47 | # E = Error |
| 48 | # F = Fatal |
| 49 | ######################################################################## |
| 50 | BPMN_GENERAL_INFO=\ |
| 51 | MSO-BPEL-5100I|\ |
| 52 | INFO: {0}|\ |
| 53 | No resolution needed|\ |
| 54 | General info |
| 55 | BPMN_GENERAL_WARNING=\ |
| 56 | MSO-BPEL-5101W|\ |
| 57 | WARNING: {0}|\ |
| 58 | Please check other logs for more information|\ |
| 59 | General warning |
| 60 | BPMN_AUDIT_EXEC=\ |
| 61 | MSO-BPEL-5102I|\ |
| 62 | Executing method: {0}. {1}|\ |
| 63 | No resolution needed|\ |
| 64 | Executing method |
| 65 | BPMN_GENERAL_METRICS=\ |
| 66 | MSO-BPEL-5105I|\ |
| 67 | Executed method: {0}. {1}|\ |
| 68 | No resolution needed|\ |
| 69 | Generate information for Metric events |
| 70 | BPMN_URN_MAPPING_FAIL=\ |
| 71 | MSO-BPEL-5106E|\ |
| 72 | URN Mapping Task Failed to execute|\ |
| 73 | Please check other logs for more information|\ |
| 74 | URN Mapping Task Failed to execute |
| 75 | BPMN_VARIABLE_NULL=\ |
| 76 | MSO-BPEL-5107W|\ |
| 77 | Variable {0} is null; skipped|\ |
| 78 | No resolution needed|\ |
| 79 | Variable is null |
| 80 | BPMN_GENERAL_EXCEPTION_ARG=\ |
| 81 | MSO-BPEL-9100E|\ |
| 82 | Exception: {0}|\ |
| 83 | Please check other logs for more information|\ |
| 84 | General exception with reason |
| 85 | BPMN_GENERAL_EXCEPTION=\ |
| 86 | MSO-BPEL-9101E|\ |
| 87 | Exception encountered|\ |
| 88 | Please check other logs for more information|\ |
| 89 | Exception encountered |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 90 | BPMN_CALLBACK_EXCEPTION=\ |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 91 | MSO-BPEL-9102E|\ |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 92 | {0} Exception occurred processing callback to BPMN process {1}|\ |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 93 | Please check other logs for more information|\ |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 94 | Exception occurred processing callback to BPMN process |