Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ message
Method
message
include/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
setup
Method · 0.80
setup
Method · 0.80
setup
Method · 0.80
onSendError
Method · 0.80
setup
Method · 0.80
setup
Method · 0.80
setup
Method · 0.80
onSendError
Method · 0.80
setupUdp
Method · 0.80
setupTcp
Method · 0.80
constructMessageA
Method · 0.80
constructMessageB
Method · 0.80
Calls
no outgoing calls
Tested by
4
setupUdp
Method · 0.64
setupTcp
Method · 0.64
constructMessageA
Method · 0.64
constructMessageB
Method · 0.64