Searched refs:getLastError (Results 1 – 1 of 1) sorted by relevance
86 std::string &getLastError() { return ErrorStream.str(); } in getLastError() function203 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()[all …]