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

Class ExternalRoutineError

asyncpg/exceptions/__init__.py:549–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547
548
549class ExternalRoutineError(_base.PostgresError):
550 sqlstate = '38000'
551
552
553class ContainingSQLNotPermittedError(ExternalRoutineError):

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…