Lines Matching refs:getLastError
86 std::string &getLastError() { return ErrorStream.str(); } in getLastError() function
203 return Context.getLastError(); in input()
276 return Context.getLastError(); in input()
343 if (!Context.getLastError().empty()) in readYaml()
344 return make_error<Failure>(Context.getLastError()); in readYaml()
363 if (!Context.getLastError().empty()) in readYamls()
364 return make_error<Failure>(Context.getLastError()); in readYamls()
380 if (!Context.getLastError().empty()) in writeYamlTo()
381 return make_error<Failure>(Context.getLastError()); in writeYamlTo()
392 if (!Context.getLastError().empty()) in readYamlFrom()
393 return make_error<Failure>(Context.getLastError()); in readYamlFrom()