Searched refs:findErrorType (Results 1 – 3 of 3) sorted by relevance
120 std::optional<ErrorType> findErrorType(const std::string& errString);
116 std::optional<ErrorType> findErrorType(const std::string& errString) in findErrorType() function
111 auto etype = findErrorType(data); in addCallback()