MCPcopy Create free account
hub / github.com/alibaba/async_simple / message

Method message

demo_example/asio/asio/error_code.hpp:131–134  ·  view source on GitHub ↗

Get the message associated with the error.

Source from the content-addressed store, hash-verified

129
130 /// Get the message associated with the error.
131 std::string message() const
132 {
133 return category_->message(value_);
134 }
135
136 struct unspecified_bool_type_t
137 {

Callers 15

sessionFunction · 0.80
mainFunction · 0.80
startFunction · 0.80
sessionFunction · 0.80
start_serverFunction · 0.80
sessionFunction · 0.80
start_serverFunction · 0.80
startFunction · 0.80
startMethod · 0.80
startMethod · 0.80
startMethod · 0.80
startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected