5 references to PostError
Microsoft.ML.Transforms (5)
Expression\LambdaParser.cs (5)
180PostError(TokCur, "Expected end of input"); 324PostError(_curs.TokCur, _curs.TokCur.As<ErrorToken>().ToString()); 436PostError(tok, "Unsupported type"); 565PostError(TokCur, "Operator expected"); 659PostError(TokCur, "Mixed direction not allowed");