Skip to content

Commit f3d06a7

Browse files
committed
Formatting improvements in lib/errors.js
1 parent fd5e32c commit f3d06a7

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

lib/errors.js

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -511,24 +511,25 @@ messages.set(ERR_TNS_NAMES_FILE_MISSING, // NJS-520
511511
'cannot connect to Oracle Database. File tnsnames.ora not found in %s');
512512
messages.set(ERR_CONNECTION_EOF, // NJS-521
513513
'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
515515
'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
517517
'Failed to retrieve configuration from Centralized Configuration Provider:\n %s');
518518
messages.set(ERR_CONFIG_PROVIDER_NOT_SUPPORTED, // NJS-524
519519
'Configuration Provider not supported: %s');
520520
messages.set(ERR_CONFIG_PROVIDER_LOAD_FAILED, // NJS-525
521521
'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
523523
'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
527527
'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');
530530

531-
messages.set(WRN_COMPILATION_CREATE, // NJS-700
531+
// Oracle SUCCESS_WITH_INFO warning
532+
messages.set(WRN_COMPILATION_CREATE, // NJS-700
532533
'creation succeeded with compilation errors');
533534

534535
//-----------------------------------------------------------------------------

0 commit comments

Comments
 (0)