MCPcopy Create free account
hub / github.com/apache/qpid-proton / err

Function err

cpp/src/connect_config.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62namespace {
63
64proton::error err(const string& message) {
65 return proton::error("connection configuration: " + message);
66}
67
68Value validate(ValueType t, const Value& v, const string& name) {
69 if (v.type() != t)

Callers 7

validateFunction · 0.85
parse_saslFunction · 0.85
parse_tlsFunction · 0.85
parseFunction · 0.85
apply_configFunction · 0.85
default_fileFunction · 0.85
parse_defaultFunction · 0.85

Calls 1

errorClass · 0.85

Tested by

no test coverage detected