MCPcopy Create free account
hub / github.com/3rdparty/libprocess / Failure

Method Failure

include/process/future.hpp:670–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

668struct Failure
669{
670 explicit Failure(const std::string& _message) : message(_message) {}
671 explicit Failure(const Error& error) : message(error.message) {}
672
673 const std::string message;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected