Searched refs:GetErrorCodeString (Results 1 – 3 of 3) sorted by relevance
49 static inline const char* GetErrorCodeString(ErrorCode error) { in GetErrorCodeString() function
109 const char* LastErrorCodeString() { return GetErrorCodeString(last_error_.code); } in LastErrorCodeString()
64 std::string error_msg(GetErrorCodeString(error.code)); in GetErrorString()