const internal/types/errors.InvalidIndex

5 uses

	internal/types/errors (current package)
		code_string.go#L62: 	_ = x[InvalidIndex-52]
		codes.go#L498: 	InvalidIndex

	go/types
		index.go#L340: 		check.error(expr.indices[1], InvalidIndex, invalidOp+"more than one index")
		index.go#L355: 	if !check.isValidIndex(&x, InvalidIndex, "index", false) {
		index.go#L370: 		check.errorf(&x, InvalidIndex, invalidArg+"index %s out of bounds [0:%d]", x.val.String(), max)