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

Class DatabaseDroppedError

asyncpg/exceptions/__init__.py:887–888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

885
886
887class DatabaseDroppedError(OperatorInterventionError):
888 sqlstate = '57P04'
889
890
891class IdleSessionTimeoutError(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…