MCPcopy Create free account
hub / github.com/GANGE666/xVMP / convertToErrorCode

Method convertToErrorCode

src/lib/Support/Error.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

~CacheStreamMethod · 0.45
errorToErrorCodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected