@salesforce/core
Version:
Core libraries to interact with SFDX projects, orgs, and APIs.
11 lines (10 loc) • 763 B
JSON
{
"orgRequired": "An Org instance is required.",
"userIdRequired": "A Salesforce id for the user is required.",
"permSetRequired": "The name of a permission set is required.",
"unexpectedType": "An unexpected response was returned from the permission set assignment.",
"assignCommandPermissionSetNotFoundError": "Permission set \"%s\" not found in target org. Do you need to push source?",
"assignCommandPermissionSetNotFoundForNSError": "Permission set \"%s\" for namespace \"%s\" not found in target org. Do you need to push source or install the package?",
"errorsEncounteredCreatingAssignment": "Error(s) were reported",
"notSuccessfulButNoErrorsReported": "The permission set assignment failed but no errors were reported."
}