MCPcopy Create free account
hub / github.com/Kistler-Group/sdbus-cpp / createErrorReply

Method createErrorReply

src/Message.cpp:877–882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

875}
876
877MethodReply MethodCall::createErrorReply(const Error& error) const
878{
879 sd_bus_message* sdbusErrorReply = connection_->createErrorReplyMessage(static_cast<sd_bus_message*>(msg_), error);
880
881 return Factory::create<MethodReply>(sdbusErrorReply, connection_, adopt_message);
882}
883
884void MethodReply::send() const
885{

Callers 1

returnErrorMethod · 0.80

Calls 1

Tested by

no test coverage detected