You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
leterrorMsg=`Roles must be unique across entity types. Invalid role definition found "${entityName}". Prior definition - '@ ${roleFound.type}${roleFound.name}${roleFound.roles.length>0 ? ` hasRoles ${roleFound.roles.join(',')}` : ``}'`;
leterrorMsg=`Roles must be unique across entity types. Invalid role definition found "${entityName}". Prior definition - '@ ${roleFound.type}${roleFound.name}${roleFound.roles.length>0 ? ` hasRoles ${roleFound.roles.join(',')}` : ``}'`;
leterrorMsg=`Phrase list entity ${entityName} has invalid role definition with roles = ${entityRoles.join(', ')}. Roles are not supported for Phrase Lists`;
0 commit comments