type go/scanner.Error

5 uses

	go/scanner (current package)
		errors.go#L18: type Error struct {
		errors.go#L24: func (e Error) Error() string {
		errors.go#L35: type ErrorList []*Error
		errors.go#L39: 	*p = append(*p, &Error{pos, msg})

	go/build
		read.go#L477: 				info.parseErr = scanner.Error{Pos: info.fset.Position(spec.Pos()), Msg: "invalid import path: " + path}