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

Class DataError

asyncpg/exceptions/__init__.py:136–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134
135
136class DataError(_base.PostgresError):
137 sqlstate = '22000'
138
139
140class ArraySubscriptError(DataError):

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…