MCPcopy Create free account
hub / github.com/MagicStack/asyncpg / ConnectionRejectionError

Class ConnectionRejectionError

asyncpg/exceptions/__init__.py:68–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67
68class ConnectionRejectionError(PostgresConnectionError):
69 sqlstate = '08004'
70
71
72class TransactionResolutionUnknownError(PostgresConnectionError):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…