Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ pn_error_code
Function
pn_error_code
c/src/core/error.c:103–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
int pn_error_code(pn_error_t *error)
104
{
105
assert(error);
106
return error->code;
107
}
108
109
const char *pn_error_text(pn_error_t *error)
110
{
Callers
15
error
Method · 0.85
error_str
Function · 0.85
pni_iocp_begin_write
Function · 0.85
pni_iocp_recv
Function · 0.85
pn_data_errno
Function · 0.85
pn_error_copy
Function · 0.85
pn_message_errno
Function · 0.85
pn_messenger_errno
Function · 0.85
pn_messenger_start
Function · 0.85
pn_messenger_subscribe_ttl
Function · 0.85
pn_messenger_put
Function · 0.85
pn_selector_select
Function · 0.85
Calls
no outgoing calls
Tested by
2
check_encode_decode
Function · 0.68
match
Method · 0.68