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

Class DiagnosticsError

asyncpg/exceptions/__init__.py:116–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114
115
116class DiagnosticsError(_base.PostgresError):
117 sqlstate = '0Z000'
118
119
120class StackedDiagnosticsAccessedWithoutActiveHandlerError(DiagnosticsError):

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…