| 70 | |
| 71 | |
| 72 | std::error_code ErrorList::convertToErrorCode() const { |
| 73 | return std::error_code(static_cast<int>(ErrorErrorCode::MultipleErrors), |
| 74 | *ErrorErrorCat); |
| 75 | } |
| 76 | |
| 77 | std::error_code inconvertibleErrorCode() { |
| 78 | return std::error_code(static_cast<int>(ErrorErrorCode::InconvertibleError), |
no test coverage detected