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

Class AdminShutdownError

asyncpg/exceptions/__init__.py:875–876  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

873
874
875class AdminShutdownError(OperatorInterventionError):
876 sqlstate = '57P01'
877
878
879class CrashShutdownError(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…