MCPcopy Create free account
hub / github.com/LiteLDev/LeviLamina / ErrorCodeError

Method ErrorCodeError

src/ll/api/Expected.h:94–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92struct ErrorCodeError : ErrorInfoBase {
93 std::error_code ec;
94 ErrorCodeError(std::error_code ec) : ec(ec) {}
95 std::string message(std::string_view) const noexcept override { return ec.message(); }
96};
97[[nodiscard]] inline Unexpected forwardError(::ll::Error& err) noexcept {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected