@salesforce/core
Version:
Core libraries to interact with SFDX projects, orgs, and APIs.
25 lines • 2 kB
JSON
{
"InvalidEncryptedFormatError": "The encrypted data is not properly formatted.",
"InvalidEncryptedFormatErrorAction": "If attempting to create a scratch org then re-authorize. Otherwise create a new scratch org.",
"AuthDecryptError": "Failed to decipher auth data. reason: %s.",
"NoOrgsFoundError": "No scratch orgs can be found.",
"NoOrgsFoundErrorAction": "Use one of the commands in force:auth or force:org:create to add or create new scratch orgs.",
"UnsupportedOperatingSystemError": "Unsupported Operating System: %s",
"MissingCredentialProgramError": "Unable to find required security software: %s",
"CredentialProgramAccessError": "Unable to execute security software: %s",
"PasswordRetryError": "Failed to get the password after %i retries.",
"PasswordRequiredError": "A password is required.",
"KeyChainServiceRequiredError": "Unable to get or set a keychain value without a service name.",
"KeyChainAccountRequiredError": "Unable to get or set a keychain value without an account name.",
"KeyChainPasswordNotFoundError": "Could not find password.",
"KeyChainUserCanceledError": "User canceled authentication.",
"KeychainPasswordCreationError": "Failed to create a password in the keychain.",
"GenericKeychainServiceError": "The service and account specified in %s do not match the version of the toolbelt.",
"GenericKeychainServiceErrorAction": "Check your toolbelt version and re-auth.",
"GenericKeychainInvalidPermsError": "Invalid file permissions for secret file",
"GenericKeychainInvalidPermsErrorAction": "Ensure the file %s has the file permission octal value of %s.",
"PasswordNotFoundError": "Could not find password.%s",
"PasswordNotFoundErrorAction": "Ensure a valid password is returned with the following command: [%s].",
"SetCredentialError": "Command failed with response:%s",
"SetCredentialErrorAction": "Determine why this command failed to set an encryption key for user %s: [%s]."
}