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

Method ErrnoFailure

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

Source from the content-addressed store, hash-verified

677struct ErrnoFailure : public Failure
678{
679 ErrnoFailure() : ErrnoFailure(errno) {}
680
681 explicit ErrnoFailure(int _code)
682 : Failure(os::strerror(_code)), code(_code) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected