package access const ( errSpoofedRealm = "rlm does not match the current crossing frame" errInvalidAddress = "invalid address for role %s: %s" errRoleNotFound = "role %s not found" errUnauthorized = "unauthorized: caller %s is not %s" errUnauthorizedAdminOrGov = "unauthorized: caller %s is not admin or governance" errUnauthorizedAnyRole = "unauthorized: caller %s is not any of the roles %v" errUnauthorizedRBAC = "unauthorized: caller %s is not rbac" errInvalidAddressShort = "invalid address: %s" )