9 references to PostError
Microsoft.ML.Transforms (9)
Expression\LambdaBinder.cs (9)
173PostError(node, "Unresolved identifier '{0}'", node.Value); 249PostError(arg, "Invalid {0} operand", str); 1355PostError(node, "Expected one argument to function '{1}'", arities[0], node.Head.Value); 1357PostError(node, "Expected {0} arguments to function '{1}'", arities[0], node.Head.Value); 1360PostError(node, "Expected {0} or {1} arguments to function '{2}'", arities[0], arities[1], node.Head.Value); 1362PostError(node, "No overload of function '{0}' takes {1} arguments", node.Head.Value, arity); 1405PostError(node, "The best overload of '{0}' has some invalid arguments", node.Head.Value); 1592PostError(node, "Duplicate candidate functions in namespaces '{0}' and '{1}'", 1596PostError(node, "Ambiguous invocation of function '{0}'", node.Head.Value);