28
errSourceIsVersionSetMember = serviceerror.NewFailedPrecondition("update breaks requirement, source build ID is already a member of a version set")
29
errPartiallyRampedAssignmentRuleIsRedirectRuleSource = serviceerror.NewFailedPrecondition("update breaks requirement, this build ID cannot be the target of a partially-ramped assignment rule because it is the source of a redirect rule")
31
>
return serviceerror.NewInvalidArgumentf("rule index %d is out of bounds for assignment rule list of length %d", idx, length)
32
>
}
33
errSourceIsPartiallyRampedAssignmentRuleTarget = serviceerror.NewFailedPrecondition("redirect rule source build ID cannot be the target of any partially-ramped assignment rule")
34
errSourceAlreadyExists = func(source, target string) error {