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

Class ExternalRoutineInvocationError

asyncpg/exceptions/__init__.py:570–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568
569
570class ExternalRoutineInvocationError(_base.PostgresError):
571 sqlstate = '39000'
572
573
574class InvalidSqlstateReturnedError(ExternalRoutineInvocationError):

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…