Searched refs:PatchOverlapError (Results 1 – 2 of 2) sorted by relevance
68 type PatchOverlapError error type81 return PatchOverlapError(fmt.Errorf("new patch %d-%d overlaps with existing patch %d-%d",
25 if _, ok := err.(PatchOverlapError); !ok {