blob: 8eff5f7c850d8314a4bf67f74c68e83ff321e449 [file] [log] [blame]
package ipc
import "v.io/core/veyron2/security"
error (
InvalidBlessings(remote []string, remoteErr []security.RejectedBlessing, local []string, localErr []security.RejectedBlessing) {"en":"All valid blessings for this request: {remote} (rejected {remoteErr}) are disallowed by the policy {local} (rejected {localErr})"}
)