MCPcopy Create free account
hub / github.com/apache/qpid-proton / pn_error_text

Function pn_error_text

python/cproton.py:450–451  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

448
449# pn_error bindings
450def pn_error_text(error):
451 return utf82string(lib.pn_error_text(error))
452
453
454# pn_data bindings

Callers 4

_checkMethod · 0.90
_checkMethod · 0.90
_checkMethod · 0.90
_checkMethod · 0.90

Calls 1

utf82stringFunction · 0.85

Tested by

no test coverage detected