MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / MakeErrorCode

Method MakeErrorCode

src/base/AFError.hpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 static std::error_code MakeErrorCode(int code)
54 {
55 return std::error_code(code, AFErrorCategory::get_instance());
56 }
57};
58
59} // namespace ark

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected