UNPKG

1.62 kBJSONView Raw
1{
2 "JsonParseError": "Parse error in file %s on line %s\n%s\n",
3 "AuthInfoCreationError": "Must pass a username and/or OAuth options when creating an AuthInfo instance.",
4 "AuthCodeExchangeError": "Error authenticating with auth code due to: %s",
5 "AuthCodeUsernameRetrievalError": "Could not retrieve the username after successful auth code exchange in org: %s.\nDue to: %s",
6 "JWTAuthError": "Error authenticating with JWT config due to: %s",
7 "RefreshTokenAuthError": "Error authenticating with the refresh token due to: %s",
8 "OrgDataNotAvailableError": "An attempt to refresh the authentication token failed with a 'Data Not Found Error'. The org identified by username %s does not appear to exist. Likely cause is that the org was deleted by another user or has expired.",
9 "OrgDataNotAvailableErrorAction1": "Run `sfdx force:org:list --clean` to remove stale org authentications.",
10 "OrgDataNotAvailableErrorAction2": "Use `sfdx force:config:set` to update the defaultusername.",
11 "OrgDataNotAvailableErrorAction3": "Use `sfdx force:org:create` to create a new org.",
12 "OrgDataNotAvailableErrorAction4": "Use `sfdx force:auth` to authenticate an existing org.",
13 "NamedOrgNotFound": "No AuthInfo found for name %s",
14 "NoAliasesFound": "Nothing to set",
15 "InvalidFormat": "Setting aliases must be in the format <key>=<value> but found: [%s]",
16 "NoAuthInfoFound": "No authorization information can be found.",
17 "InvalidJsonCasing": "All JSON input must have heads down camelcase keys. E.g., { sfdcLoginUrl: \"https://login.salesforce.com\" }\nFound \"%s\" at %s"
18}
\No newline at end of file