Searched defs:error_string (Results 1 – 2 of 2) sorted by relevance
88 std::string error_string; member186 const std::string& error_string() const & { return std::get<1>(contents_).error_string; } in error_string() function187 std::string&& error_string() && { return std::get<1>(std::move(contents_)).error_string; } in error_string() function188 const std::string&& error_string() const && { in error_string() function
31 optional string error_string = 1; field