Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ on_error
Method
on_error
cpp/src/connection_driver_test.cpp:197–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
195
}
196
197
void on_error(const proton::error_condition& c) override {
198
unhandled_errors.push_back(c.what());
199
}
200
201
void on_message(proton::delivery&, proton::message& m) override {
202
messages.push_back(m);
Callers
nothing calls this directly
Calls
1
what
Method · 0.45
Tested by
no test coverage detected