Searched refs:getLastError (Results 1 – 2 of 2) 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 …]
113 getLastError() { in getLastError() function398 fprintf(stderr, "Debugger failed to attach: %s\n", getLastError()); in socketTransport_accept()