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

Class DependentObjectsStillExistError

asyncpg/exceptions/__init__.py:516–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514
515
516class DependentObjectsStillExistError(
517 DependentPrivilegeDescriptorsStillExistError):
518 sqlstate = '2BP01'
519
520
521class InvalidTransactionTerminationError(_base.PostgresError):

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…