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 |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 10 | # |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 11 | # http://www.apache.org/licenses/LICENSE-2.0 |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 12 | # |
ChrisC | 025301d | 2017-01-31 11:40:03 +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========================================================= |
| 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 | #1200-1299 Security/Permission Related |
| 36 | #2200-2299 Availability/Timeout Related |
| 37 | #3200-3299 Data Access/Integrity Related |
| 38 | #4200-4299 Schema Interface Type/Validation |
| 39 | #5200-5299 Business/Flow Processing Related |
| 40 | #6200-6299 Reserved \u2013 do not use |
| 41 | #9200-9299 Unknown Errors |
| 42 | # |
| 43 | ###### |
| 44 | #{classification} description |
| 45 | # I = Information |
| 46 | # W = Warning |
| 47 | # E = Error |
| 48 | # F = Fatal |
| 49 | ######################################################################## |
| 50 | RA_CREATE_STACK_TIMEOUT=\ |
| 51 | MSO-RA-2200E|\ |
| 52 | Create Stack - Polling timeout exceeded. cloud={0}, tenant={1}, stack={2}, status={3}|\ |
| 53 | Please check other logs for more detailed info|\ |
| 54 | Create Stack timeout |
| 55 | RA_DELETE_STACK_TIMEOUT=\ |
| 56 | MSO-RA-2201E|\ |
| 57 | Delete Stack - Polling timeout exceeded. cloud={0}, tenant={1}, stack={2}, status={3}|\ |
| 58 | Please check other logs for more detailed info|\ |
| 59 | Delete Stack timeout |
| 60 | RA_UPDATE_STACK_TIMEOUT=\ |
| 61 | MSO-RA-2202E|\ |
| 62 | Update Stack - Polling timeout exceeded. cloud={0}, tenant={1}, stack={2}, status={3}|\ |
| 63 | Please check other logs for more detailed info|\ |
| 64 | Delete Stack timeout |
| 65 | RA_MISSING_PARAM=\ |
| 66 | MSO-RA-4200I|\ |
| 67 | Missing Required parameter: {0}|\ |
| 68 | No resolution needed|\ |
| 69 | Mandatory Parameter Missing |
| 70 | RA_PARSING_ERROR=\ |
| 71 | MSO-RA-4201E|\ |
| 72 | Error parsing file {0}|\ |
| 73 | No resolution needed|\ |
| 74 | Error parsing file |
| 75 | RA_MARSHING_ERROR=\ |
| 76 | MSO-RA-4202E|\ |
| 77 | Error marshalling callback request with JaxB|\ |
| 78 | Please check other logs for more detailed info|\ |
| 79 | Error marshalling callback request |
| 80 | RA_PARSING_REQUEST_ERROR=\ |
| 81 | MSO-RA-4203E|\ |
| 82 | Error parsing request:{0}|\ |
| 83 | Please check other logs for more detailed info|\ |
| 84 | Error parsing request |
| 85 | RA_VLAN_PARSE=\ |
| 86 | MSO-RA-4204E|\ |
| 87 | Error parsing VLAN parameter in network stack {0}:{1}|\ |
| 88 | Please check other logs for more detailed info|\ |
| 89 | Error parsing VLAN parameter in network stack |
| 90 | RA_GENERAL_WARNING=\ |
| 91 | MSO-RA-5201W|\ |
| 92 | WARNING: {0}|\ |
| 93 | Please check other logs for more detailed info|\ |
| 94 | General warning |
| 95 | RA_AUDIT_EXEC=\ |
| 96 | MSO-RA-5202I|\ |
| 97 | Executing method: {0}. {1}|\ |
| 98 | No resolution needed|\ |
| 99 | Executing method |
| 100 | RA_GENERAL_METRICS=\ |
| 101 | MSO-RA-5205I|\ |
| 102 | Executed method: {0}. {1}|\ |
| 103 | No resolution needed|\ |
| 104 | Generate information for Metric events |
| 105 | RA_PROPERTIES_NOT_FOUND=\ |
| 106 | MSO-RA-5206E|\ |
| 107 | Properties file: {0} not found|\ |
| 108 | Please verify whether properties file exist or readable|\ |
| 109 | Properties file not found |
| 110 | RA_LOAD_PROPERTIES_SUC=\ |
| 111 | MSO-RA-5207I|\ |
| 112 | Properties file loaded successfully from file {0}|\ |
| 113 | No resolution needed|\ |
| 114 | Properties file loaded successfully |
| 115 | RA_PARAM_NOT_FOUND=\ |
| 116 | MSO-RA-5208E|\ |
| 117 | Attribute {0} not found in DB. For {1}={2}|\ |
| 118 | No resolution needed|\ |
| 119 | Attribute not found in DB |
| 120 | RA_UNKOWN_PARAM=\ |
| 121 | MSO-RA-5209E|\ |
| 122 | Unknown {0}:{1}|\ |
| 123 | Please check other logs for more detailed info|\ |
| 124 | Unknown attribute |
| 125 | RA_CONFIG_EXC=\ |
| 126 | MSO-RA-5210E|\ |
| 127 | Configuration error:{0}|\ |
| 128 | Please check other logs for more detailed info|\ |
| 129 | Configuration Error |
| 130 | RA_CONFIG_NOT_FOUND=\ |
| 131 | MSO-RA-5211E|\ |
| 132 | Could not found configuration file:{0}|\ |
| 133 | Please verify whether configuration file exist or readable|\ |
| 134 | Configuration file not found |
| 135 | RA_SEND_REQUEST_SDNC=\ |
| 136 | MSO-RA-5212I|\ |
| 137 | Sending request to SDNC:{0}|\ |
| 138 | No resolution needed|\ |
| 139 | Sending request to SDNC |
| 140 | RA_RESPONSE_FROM_SDNC=\ |
| 141 | MSO-RA-5213I|\ |
| 142 | Response received from SDNC:{0}|\ |
| 143 | No resolution needed|\ |
| 144 | Response received from SDNC |
| 145 | RA_CALLBACK_BPEL=\ |
| 146 | MSO-RA-5218E|\ |
| 147 | Callback to BPEL:{0} |\ |
| 148 | Please check other logs for more detailed info|\ |
| 149 | Callback to BPEL |
| 150 | RA_NETWORK_ALREADY_EXIST=\ |
| 151 | MSO-RA-5240W|\ |
| 152 | Network already exists: {0} in {1}/{2}|\ |
| 153 | Please check other logs for more detailed info|\ |
| 154 | Network already exists |
| 155 | RA_NETWORK_NOT_FOUND=\ |
| 156 | MSO-RA-5241E|\ |
| 157 | Network doesn't exist: {0} in {1}/{2}|\ |
| 158 | Please check other logs for more detailed info|\ |
| 159 | Network doesn't exist |
| 160 | RA_NETWORK_ORCHE_MODE_NOT_SUPPORT=\ |
| 161 | MSO-RA-5243E|\ |
| 162 | Network Type Orchestrated mode:{0} is not supported|\ |
| 163 | Please check other logs for more detailed info|\ |
| 164 | Network Type Orchestrated mode |
| 165 | RA_ROLLBACK_NULL=\ |
| 166 | MSO-RA-5249W|\ |
| 167 | Rollback: No action to perform|\ |
| 168 | No resolution needed|\ |
| 169 | Rollback: No action to perform |
| 170 | RA_ASYNC_ROLLBACK=\ |
| 171 | MSO-RA-5251I|\ |
| 172 | Async Rollback Network {0}|\ |
| 173 | No resolution needed|\ |
| 174 | Async Rollback Network |
| 175 | RA_WSDL_NOT_FOUND=\ |
| 176 | MSO-RA-5252E|\ |
| 177 | Unable to find wsdl file {0} in classpath|\ |
| 178 | No resolution needed|\ |
| 179 | Unable to find wsdl file in classpath |
| 180 | RA_CALLBACK_BPEL_COMPLETE=\ |
| 181 | MSO-RA-5258I|\ |
| 182 | Completed processing BPEL request|\ |
| 183 | No resolution needed|\ |
| 184 | Completed processing BPEL request |
| 185 | RA_SDNC_MISS_CONFIG_PARAM=\ |
| 186 | MSO-RA-5259E|\ |
| 187 | Missing configuration for:{0}|\ |
| 188 | Please check other logs for more detailed info|\ |
| 189 | Missing configuration for |
| 190 | RA_SDNC_INVALID_CONFIG=\ |
| 191 | MSO-RA-5260W|\ |
| 192 | Invalid configuration(most requests require atleast 3 params:method,timeout,action) for Key:{0} Value:{1}|\ |
| 193 | Please check other logs for more detailed info|\ |
| 194 | Invalid configuration |
| 195 | RA_TENANT_NOT_FOUND=\ |
| 196 | MSO-RA-5263E|\ |
| 197 | Tenant not found: tenant={0}, cloudSiteId={1}|\ |
| 198 | Please check other logs for more detailed info|\ |
| 199 | Tenant not found |
| 200 | RA_PRINT_URL=\ |
| 201 | MSO-RA-5264I|\ |
| 202 | {0} URL:{1}|\ |
| 203 | No resolution needed|\ |
| 204 | Log the URL |
| 205 | RA_RECEIVE_SDNC_NOTIF=\ |
| 206 | MSO-RA-5268I|\ |
| 207 | Received SDNC Notification. XML:{0}|\ |
| 208 | No resolution needed|\ |
| 209 | Received SDNC Notification |
| 210 | RA_INIT_SDNC_ADAPTER=\ |
| 211 | MSO-RA-5269I|\ |
| 212 | Initializing mso-sdnc-adapter|\ |
| 213 | No resolution needed|\ |
| 214 | Initializing mso-sdnc-adapter |
| 215 | RA_RECEIVE_BPEL_REQUEST=\ |
| 216 | MSO-RA-5270I|\ |
| 217 | BPEL request received [{0}] with callback URL [{1}]|\ |
| 218 | No resolution needed|\ |
| 219 | BPEL request received |
| 220 | RA_SEND_REQUEST_SDNC_ERR=\ |
| 221 | MSO-RA-5271E|\ |
| 222 | Error sending request to SDNC. Failed to start SDNC Client thread|\ |
| 223 | Please check other logs for more detailed info|\ |
| 224 | Error sending request to SDNC |
| 225 | RA_TENANT_ALREADY_EXIST=\ |
| 226 | MSO-RA-5272E|\ |
| 227 | Tenant {0} already exists in {1}|\ |
| 228 | No resolution needed|\ |
| 229 | Tenant alaredy exists |
| 230 | RA_SEND_REQUEST_APPC_ERR=\ |
| 231 | MSO-RA-5273E|\ |
| 232 | Error sending request to APPC|\ |
| 233 | Please check other logs for more detailed info|\ |
| 234 | Error sending request to APPC |
| 235 | RA_VNF_ALREADY_EXIST=\ |
| 236 | MSO-RA-5275E|\ |
| 237 | Stack {0} already exists in {1}/{2}|\ |
| 238 | No resolution needed|\ |
| 239 | VNF already exists |
| 240 | RA_VNF_UNKNOWN_PARAM=\ |
| 241 | MSO-RA-5276E|\ |
| 242 | Unknown {0}:{1}|\ |
| 243 | No resolution needed|\ |
| 244 | Uknown parameter |
| 245 | RA_VNF_EXTRA_PARAM=\ |
| 246 | MSO-RA-5277E|\ |
| 247 | Create Stack ({0}) extra input params received:{1}|\ |
| 248 | Please check other logs for more detailed info|\ |
| 249 | Extra input params received |
| 250 | RA_VNF_NOT_EXIST=\ |
| 251 | MSO-RA-5278E|\ |
| 252 | Stack {0} does not exist in {1}/{2}|\ |
| 253 | No resolution needed|\ |
| 254 | Stack does not exist |
| 255 | RA_ASYNC_CREATE_VNF=\ |
| 256 | MSO-RA-5282I|\ |
| 257 | Async Create VNF :{0} of type {1} in {2}/{3}|\ |
| 258 | No resolution needed|\ |
| 259 | Async Create VNF |
| 260 | RA_SEND_VNF_NOTIF_ERR=\ |
| 261 | MSO-RA-5283E|\ |
| 262 | Error sending createVnf notification|\ |
| 263 | Please check other logs for more detailed info|\ |
| 264 | Error sending createVnf notification |
| 265 | RA_ASYNC_CREATE_VNF_COMPLETE=\ |
| 266 | MSO-RA-5284I|\ |
| 267 | Completed createVnfA|\ |
| 268 | No resolution needed|\ |
| 269 | Completed createVnfA |
| 270 | RA_ASYNC_UPDATE_VNF=\ |
| 271 | MSO-RA-5285I|\ |
| 272 | Async Update VNF :{0} of type {1} in {2}/{3}|\ |
| 273 | No resolution needed|\ |
| 274 | Async Update VNF |
| 275 | RA_ASYNC_UPDATE_VNF_COMPLETE=\ |
| 276 | MSO-RA-5286I|\ |
| 277 | Completed updateVnfA|\ |
| 278 | No resolution needed|\ |
| 279 | Completed updateVnfA |
| 280 | RA_ASYNC_QUERY_VNF=\ |
| 281 | MSO-RA-5287I|\ |
| 282 | Async Query VNF :{0} of type {1} in {2}/{3}|\ |
| 283 | No resolution needed|\ |
| 284 | Async Query VNF |
| 285 | RA_ASYNC_QUERY_VNF_COMPLETE=\ |
| 286 | MSO-RA-5288I|\ |
| 287 | Completed queryVnfA|\ |
| 288 | No resolution needed|\ |
| 289 | Completed queryVnfA |
| 290 | RA_ASYNC_DELETE_VNF=\ |
| 291 | MSO-RA-5289I|\ |
| 292 | Async Delete VNF :{0} of type {1} in {2}/{3}|\ |
| 293 | No resolution needed|\ |
| 294 | Async Delete VNF |
| 295 | RA_ASYNC_DELETE_VNF_COMPLETE=\ |
| 296 | MSO-RA-5290I|\ |
| 297 | Completed deleteVnfA|\ |
| 298 | No resolution needed|\ |
| 299 | Completed deleteVnfA |
| 300 | RA_ASYNC_ROLLBACK_VNF=\ |
| 301 | MSO-RA-5291I|\ |
| 302 | Async Rollback VNF|\ |
| 303 | No resolution needed|\ |
| 304 | Async Rollback VNF |
| 305 | RA_ASYNC_ROLLBACK_VNF_COMPLETE=\ |
| 306 | MSO-RA-5292I|\ |
| 307 | Completed rollbackVnfA|\ |
| 308 | No resolution needed|\ |
| 309 | Completed rollbackVnfA |
| 310 | RA_DB_INVALID_STATUS=\ |
| 311 | MSO-RA-5293E|\ |
| 312 | Invalid status value|\ |
| 313 | Please check other logs for more detailed info|\ |
| 314 | Invalid status value |
| 315 | RA_DB_REQUEST_NOT_EXIST=\ |
| 316 | MSO-RA-5294E|\ |
| 317 | Request ID={0} does not exist in DB|\ |
| 318 | Please check other logs for more detailed info|\ |
| 319 | Record does not exist in DB |
| 320 | RA_CANT_UPDATE_REQUEST=\ |
| 321 | MSO-RA-5295E|\ |
| 322 | Enable to update {0} in DB for Request ID={1}|\ |
| 323 | Please check other logs for more detailed info|\ |
| 324 | Enable to update DB |
| 325 | RA_CONFIG_LOAD=\ |
| 326 | MSO-RA-5296I|\ |
| 327 | Configuration loaded from {0}|\ |
| 328 | Please check other logs for more detailed info|\ |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 329 | Configuration loaded \ |
| 330 | RA_RECEIVE_WORKFLOW_MESSAGE=\ |
| 331 | MSO-RA-5297I|\ |
| 332 | Received Workflow Message: {0}|\ |
| 333 | No resolution needed|\ |
| 334 | Received Workflow Message |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 335 | RA_GENERAL_EXCEPTION_ARG=\ |
| 336 | MSO-RA-9200E|\ |
| 337 | Exception: {0}|\ |
| 338 | Please check other logs for more detailed info|\ |
| 339 | General exception with reason |
| 340 | RA_GENERAL_EXCEPTION=\ |
| 341 | MSO-RA-9201E|\ |
| 342 | Exception encountered|\ |
| 343 | Please check other logs for more detailed info|\ |
| 344 | Exception encountered |
| 345 | RA_CONNECTION_EXCEPTION=\ |
| 346 | MSO-RA-9202E|\ |
| 347 | Exception communicating with {0}: {1}|\ |
| 348 | Please check other logs for more detailed info|\ |
| 349 | Communication Exception |
| 350 | RA_EXCEPTION_COMMUNICATE_SDNC=\ |
| 351 | MSO-RA-9203E|\ |
| 352 | Exception while processing request to SDNC|\ |
| 353 | Please check other logs for more detailed info|\ |
| 354 | Exception while processing request to SDNC |
| 355 | RA_EVALUATE_XPATH_ERROR=\ |
| 356 | MSO-RA-9204E|\ |
| 357 | Error while evaluating xpath {0} - {1}|\ |
| 358 | Please check other logs for more detailed info|\ |
| 359 | Error while evaluating xpath |
| 360 | RA_ANALYZE_ERROR_EXC=\ |
| 361 | MSO-RA-9205E|\ |
| 362 | Problem analyzing error returned by SDN-C|\ |
| 363 | Please check other logs for more detailed info|\ |
| 364 | Problem analyzing error returned by SDN-C |
| 365 | RA_ERROR_GET_RESPONSE_SDNC=\ |
| 366 | MSO-RA-9206E|\ |
| 367 | Error getting response code from errored SDNC request|\ |
| 368 | Please check other logs for more detailed info|\ |
| 369 | Error getting response code from errored SDNC request |
| 370 | RA_INIT_CALLBACK_WSDL_ERR=\ |
| 371 | MSO-RA-9207E|\ |
| 372 | Caught exception initializing Callback wsdl:{0} |\ |
| 373 | Please check other logs for more detailed info|\ |
| 374 | Caught exception initializing Callback wsdl |
| 375 | RA_CREATE_STACK_ERR=\ |
| 376 | MSO-RA-9208E|\ |
| 377 | Create Stack Error: {0}|\ |
| 378 | Please check other logs for more detailed info|\ |
| 379 | Create Stack Error |
| 380 | RA_UPDATE_STACK_ERR=\ |
| 381 | MSO-RA-9209E|\ |
| 382 | Update Stack Error - Polling complete with non-success status: {0}, {1}|\ |
| 383 | Please check other logs for more detailed info|\ |
| 384 | Update Stack Error |
| 385 | RA_UPDATE_NETWORK_ERR=\ |
| 386 | MSO-RA-9210E|\ |
| 387 | Exception while update network, {0} in {1}/{2}|\ |
| 388 | Please check other logs for more detailed info |\ |
| 389 | Update Network Error |
| 390 | RA_QUERY_NETWORK_EXC=\ |
| 391 | MSO-RA-9211E|\ |
| 392 | Exception while query network: {0} in {1}/{2}|\ |
| 393 | Please check other logs for more detailed info|\ |
| 394 | Exception while query network: |
| 395 | RA_CREATE_NETWORK_EXC=\ |
| 396 | MSO-RA-9212E|\ |
| 397 | Exception while create network: {0} in {1}/{2}|\ |
| 398 | Please check other logs for more detailed info|\ |
| 399 | Create Network Error |
| 400 | RA_DELETE_NETWORK_EXC=\ |
| 401 | MSO-RA-9213E|\ |
| 402 | Exception while delete network: {0} in {1}/{2}|\ |
| 403 | Please check other logs for more detailed info|\ |
| 404 | delete Network Error |
| 405 | RA_CREATE_NETWORK_NOTIF_EXC=\ |
| 406 | MSO-RA-9214E|\ |
| 407 | Error sending createNetwork notification|\ |
| 408 | Please check other logs for more detailed info|\ |
| 409 | Error sending createNetwork notification |
| 410 | RA_WSDL_URL_CONVENTION_EXC=\ |
| 411 | MSO-RA-9215E|\ |
| 412 | {0} URL converion failed|\ |
| 413 | Please check other logs for more detailed info|\ |
| 414 | WSDL URL converion failed |
| 415 | RA_INIT_NOTIF_EXC=\ |
| 416 | MSO-RA-9216E|\ |
| 417 | Caught exception initializing Notification Url|\ |
| 418 | Please check other logs for more detailed info|\ |
| 419 | Caught exception initializing Notification Url |
| 420 | RA_SET_CALLBACK_AUTH_EXC=\ |
| 421 | MSO-RA-9217E|\ |
| 422 | Unable to set authorization in callback request|\ |
| 423 | Please check other logs for more detailed info|\ |
| 424 | Unable to set authorization in callback request |
| 425 | RA_FAULT_INFO_EXC=\ |
| 426 | MSO-RA-9218E|\ |
| 427 | Exception caught while getting fault info|\ |
| 428 | Please check other logs for more detailed info|\ |
| 429 | Exception caught while getting fault info |
| 430 | RA_CALLBACK_BPEL_EXC=\ |
| 431 | MSO-RA-9219E|\ |
| 432 | Error sending BPEL Callback request|\ |
| 433 | Please check other logs for more detailed info|\ |
| 434 | Error sending BPEL Callback request |
| 435 | RA_CREATE_TENANT_ERR=\ |
| 436 | MSO-RA-9220E|\ |
| 437 | Create Tenant Error: {0}|\ |
| 438 | Please check other logs for more detailed info|\ |
| 439 | Create Tenant Error |
| 440 | RA_DELETE_TEMAMT_ERR=\ |
| 441 | MSO-RA-9221E|\ |
| 442 | Delete Tenant Error: {0}|\ |
| 443 | Please check other logs for more detailed info|\ |
| 444 | Delete Tenant Error |
| 445 | RA_ERROR_CREATE_SDNC_REQUEST=\ |
| 446 | MSO-RA-9222E|\ |
| 447 | Error creating SDNC request|\ |
| 448 | Please check other logs for more detailed info|\ |
| 449 | Error creating SDNC request |
| 450 | RA_ERROR_CREATE_SDNC_RESPONSE=\ |
| 451 | MSO-RA-9223E|\ |
| 452 | Error creating SDNC response|\ |
| 453 | Please check other logs for more detailed info|\ |
| 454 | Error creating SDNC response |
| 455 | RA_ERROR_CONVERT_XML2STR=\ |
| 456 | MSO-RA-9224E|\ |
| 457 | Error converting xml Document to String|\ |
| 458 | Please check other logs for more detailed info |\ |
| 459 | Error converting xml Document to String |
| 460 | RA_UPDATE_TENANT_ERR=\ |
| 461 | MSO-RA-9225E|\ |
| 462 | Update Tenant Error: {0}|\ |
| 463 | Please check other logs for more detailed info|\ |
| 464 | Update Tenant Error |
| 465 | RA_ROLLBACK_TENANT_ERR=\ |
| 466 | MSO-RA-9226E|\ |
| 467 | Rollback Tenant Error: {0}|\ |
| 468 | Please check other logs for more detailed info|\ |
| 469 | Rollback Tenant Error |
| 470 | RA_QUERY_VNF_ERR=\ |
| 471 | MSO-RA-9227E|\ |
| 472 | Exception while query VNF:{0} in {1}/{2}|\ |
| 473 | Please check other logs for more detailed info|\ |
| 474 | Exception while query VNF |
| 475 | RA_UPDATE_VNF_ERR=\ |
| 476 | MSO-RA-9228E|\ |
| 477 | Exception while update VNF:{0} in {1}/{2}|\ |
| 478 | Please check other logs for more detailed info|\ |
| 479 | Exception while update VNF |
| 480 | RA_DELETE_VNF_ERR=\ |
| 481 | MSO-RA-9229E|\ |
| 482 | Exception while delete VNF:{0} in {1}/{2}|\ |
| 483 | Please check other logs for more detailed info|\ |
| 484 | Exception while delete VNF |
| 485 | RA_CREATE_VNF_ERR=\ |
| 486 | MSO-RA-9230E|\ |
| 487 | Exception while create VNF:{0} in {1}/{2}|\ |
| 488 | Please check other logs for more detailed info|\ |
| 489 | Exception while create VNF |
| 490 | RA_ROLLBACK_VNF_ERR=\ |
| 491 | MSO-RA-9231E|\ |
| 492 | Exception while rollback VNF|\ |
| 493 | Please check other logs for more detailed info|\ |
| 494 | Exception while rollback VNF |