@@ -511,24 +511,25 @@ messages.set(ERR_TNS_NAMES_FILE_MISSING, // NJS-520
511
511
'cannot connect to Oracle Database. File tnsnames.ora not found in %s' ) ;
512
512
messages . set ( ERR_CONNECTION_EOF , // NJS-521
513
513
'connection to host %s port %d received end-of-file on communication channel. (CONNECTION_ID=%s)' ) ;
514
- messages . set ( ERR_AZURE_CONFIG_PROVIDER_AUTH_FAILED , // NJS-522
514
+ messages . set ( ERR_AZURE_CONFIG_PROVIDER_AUTH_FAILED , // NJS-522
515
515
'Azure Authentication Failed: The authentication parameter value %s may be incorrect' ) ;
516
- messages . set ( ERR_CONFIG_PROVIDER_FAILED_TO_RETRIEVE_CONFIG , // NJS-523
516
+ messages . set ( ERR_CONFIG_PROVIDER_FAILED_TO_RETRIEVE_CONFIG , // NJS-523
517
517
'Failed to retrieve configuration from Centralized Configuration Provider:\n %s' ) ;
518
518
messages . set ( ERR_CONFIG_PROVIDER_NOT_SUPPORTED , // NJS-524
519
519
'Configuration Provider not supported: %s' ) ;
520
520
messages . set ( ERR_CONFIG_PROVIDER_LOAD_FAILED , // NJS-525
521
521
'Centralized Config Provider failed to load required libraries. Please install the required libraries.\n %s' ) ;
522
- messages . set ( ERR_OCIOBJECT_CONFIG_PROVIDER_AUTH_FAILED , // NJS-526
522
+ messages . set ( ERR_OCIOBJECT_CONFIG_PROVIDER_AUTH_FAILED , // NJS-526
523
523
'OCI authentication failed: The authentication parameter value %s may be incorrect' ) ;
524
- messages . set ( ERR_AZURE_VAULT_AUTH_FAILED , // NJS-527
525
- 'Azure Vault: Provide correct azure vault authentication details' ) ;
526
- messages . set ( ERR_AZURE_SERVICE_PRINCIPAL_AUTH_FAILED , // NJS-528
524
+ messages . set ( ERR_AZURE_VAULT_AUTH_FAILED , // NJS-527
525
+ 'Azure Vault: Provide correct Azure Vault authentication details' ) ;
526
+ messages . set ( ERR_AZURE_SERVICE_PRINCIPAL_AUTH_FAILED , // NJS-528
527
527
'Azure service principal authentication requires either a client certificate path or a client secret string' ) ;
528
- messages . set ( ERR_WALLET_TYPE_NOT_SUPPORTED , 'Invalid wallet content format. Supported format is PEM' ) ; // NJS-529
529
- // Oracle SUCCESS_WITH_INFO warning
528
+ messages . set ( ERR_WALLET_TYPE_NOT_SUPPORTED , // NJS-529
529
+ 'Invalid wallet content format. Supported format is PEM' ) ;
530
530
531
- messages . set ( WRN_COMPILATION_CREATE , // NJS-700
531
+ // Oracle SUCCESS_WITH_INFO warning
532
+ messages . set ( WRN_COMPILATION_CREATE , // NJS-700
532
533
'creation succeeded with compilation errors' ) ;
533
534
534
535
//-----------------------------------------------------------------------------
0 commit comments