MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3 / code

Method code

openvpn/error/excode.hpp:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 Error::Type code() const { return Error::Type(code_ & ~FATAL_FLAG); }
58 bool fatal() const { return (code_ & FATAL_FLAG) != 0; }
59
60 bool code_defined() const { return code_ != 0; }

Callers 7

status_from_exceptionMethod · 0.80
transport_recvMethod · 0.80
writeMethod · 0.80
write_seqMethod · 0.80
tun_startMethod · 0.80
tun_startMethod · 0.80
do_sendMethod · 0.80

Calls 1

TypeEnum · 0.70

Tested by

no test coverage detected