const internal/types/errors.InvalidDelete

4 uses

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

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