UNPKG

2 kBJSONView Raw
1{
2 "InvalidEncryptedFormatError": "The encrypted data is not properly formatted.",
3 "InvalidEncryptedFormatErrorAction": "If attempting to create a scratch org then re-authorize. Otherwise create a new scratch org.",
4 "AuthDecryptError": "Failed to decipher auth data. reason: %s.",
5 "NoOrgsFoundError": "No scratch orgs can be found.",
6 "NoOrgsFoundErrorAction": "Use one of the commands in force:auth or force:org:create to add or create new scratch orgs.",
7 "UnsupportedOperatingSystemError": "Unsupported Operating System: %s",
8 "MissingCredentialProgramError": "Unable to find required security software: %s",
9 "CredentialProgramAccessError": "Unable to execute security software: %s",
10 "PasswordRetryError": "Failed to get the password after %i retries.",
11 "PasswordRequiredError": "A password is required.",
12 "KeyChainServiceRequiredError": "Unable to get or set a keychain value without a service name.",
13 "KeyChainAccountRequiredError": "Unable to get or set a keychain value without an account name.",
14 "KeyChainPasswordNotFoundError": "Could not find password.",
15 "KeyChainUserCanceledError": "User canceled authentication.",
16 "KeychainPasswordCreationError": "Failed to create a password in the keychain.",
17 "GenericKeychainServiceError": "The service and account specified in %s do not match the version of the toolbelt.",
18 "GenericKeychainServiceErrorAction": "Check your toolbelt version and re-auth.",
19 "GenericKeychainInvalidPermsError": "Invalid file permissions for secret file",
20 "GenericKeychainInvalidPermsErrorAction": "Ensure the file %s has the file permission octal value of %s.",
21 "PasswordNotFoundError": "Could not find password.%s",
22 "PasswordNotFoundErrorAction": "Ensure a valid password is returned with the following command: [%s].",
23 "SetCredentialError": "Command failed with response:%s",
24 "SetCredentialErrorAction": "Determine why this command failed to set an encryption key for user %s: [%s]."
25}
\No newline at end of file