MCPcopy
hub / github.com/psycopg/psycopg / get_error_message

Method get_error_message

psycopg/psycopg/pq/abc.py:83–83  ·  view source on GitHub ↗
(self, encoding: str = ...)

Source from the content-addressed store, hash-verified

81 def error_message(self) -> bytes: ...
82
83 def get_error_message(self, encoding: str = ...) -> str: ...
84
85 @property
86 def _encoding(self) -> str: ...

Callers 10

pgconnFunction · 0.45
test_get_error_messageFunction · 0.45
cancellable_queryFunction · 0.45
roleFunction · 0.45
test_get_error_messageFunction · 0.45
_connectFunction · 0.45
_cancelFunction · 0.45
error_messageFunction · 0.45

Calls

no outgoing calls

Tested by 6

test_get_error_messageFunction · 0.36
cancellable_queryFunction · 0.36
roleFunction · 0.36
test_get_error_messageFunction · 0.36