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

Class CannotConnectNowError

asyncpg/exceptions/__init__.py:883–884  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

881
882
883class CannotConnectNowError(OperatorInterventionError):
884 sqlstate = '57P03'
885
886
887class DatabaseDroppedError(OperatorInterventionError):

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…