Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
pgconn
Function · 0.45
test_get_error_message
Function · 0.45
cancellable_query
Function · 0.45
test_cancel_conn_finished
Function · 0.45
role
Function · 0.45
test_encrypt_password_query
Function · 0.45
test_get_error_message
Function · 0.45
_connect
Function · 0.45
_cancel
Function · 0.45
error_message
Function · 0.45
Calls
no outgoing calls
Tested by
6
test_get_error_message
Function · 0.36
cancellable_query
Function · 0.36
test_cancel_conn_finished
Function · 0.36
role
Function · 0.36
test_encrypt_password_query
Function · 0.36
test_get_error_message
Function · 0.36