@salesforce/core
Version:
Core libraries to interact with SFDX projects, orgs, and APIs.
12 lines (11 loc) • 727 B
JSON
{
"orgRequired": "An org instance is required.",
"userQueryFailed": "Failed to query for the user %s.",
"invalidHttpResponseCreatingUser": "An invalid http response code (%s) was received while trying to create a user.",
"missingFields": "The fields parameters is undefined.",
"missingId": "The Salesforce id for the user is required.",
"problemsDescribingTheUserObject": "Problems occurred while attempting to describe the user object",
"permsetNamesAreRequired": "The permission set names are missing but required.",
"complexityOutOfBound": "Invalid complexity value. Specify a value between 0 and 5, inclusive.",
"lengthOutOfBound": "Invalid length value. Specify a value between 8 and 1000, inclusive."
}