const internal/types/errors.InvalidDelete

4 uses

	internal/types/errors (current package)
		code_string.go#L97: 	_ = x[InvalidDelete-88]
		codes.go#L805: 	InvalidDelete

	go/types
		builtins.go#L397: 				check.errorf(x, InvalidDelete, invalidArg+"%s is not a map", x)
		builtins.go#L401: 				check.errorf(x, InvalidDelete, invalidArg+"maps of %s must have identical key types", x)