Searched refs:IncorrectRelativeRootError (Results 1 – 2 of 2) sorted by relevance
536 err: IncorrectRelativeRootError{},594 } else if _, wantRelativeRootErr := test.err.(IncorrectRelativeRootError); wantRelativeRootErr {595 if _, gotRelativeRootErr := err.(IncorrectRelativeRootError); !gotRelativeRootErr {
217 type IncorrectRelativeRootError struct { struct222 func (x IncorrectRelativeRootError) Error() string { argument460 return IncorrectRelativeRootError{