Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_exception
Method · 0.80
transport_recv
Method · 0.80
write
Method · 0.80
write_seq
Method · 0.80
tun_start
Method · 0.80
tun_start
Method · 0.80
do_send
Method · 0.80
Calls
1
Type
Enum · 0.70
Tested by
no test coverage detected