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

Class ActiveSQLTransactionError

asyncpg/exceptions/__init__.py:444–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442
443
444class ActiveSQLTransactionError(InvalidTransactionStateError):
445 sqlstate = '25001'
446
447
448class BranchTransactionAlreadyActiveError(InvalidTransactionStateError):

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…