Searched defs:ResultError (Results 1 – 1 of 1) sorted by relevance
88 struct ResultError { struct90 ResultError(T&& message, int code) : message_(std::forward<T>(message)), code_(code) {} in ResultError() argument106 inline bool operator==(const ResultError& lhs, const ResultError& rhs) { argument