Searched refs:additionalErrorMsg (Results 1 – 1 of 1) sorted by relevance
286 const std::string& additionalErrorMsg) { in toScopedAStatus() argument292 fmt::format("{}, error: {}", additionalErrorMsg, getErrorMsg(result)).c_str()); in toScopedAStatus()309 const std::string& additionalErrorMsg) { in toScopedAStatus() argument310 return toScopedAStatus(result, getErrorCode(result), additionalErrorMsg); in toScopedAStatus()