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

Class DataError

asyncpg/exceptions/_base.py:229–230  ·  view source on GitHub ↗

An error caused by invalid query input.

Source from the content-addressed store, hash-verified

227
228
229class DataError(InterfaceError, ValueError):
230 """An error caused by invalid query input."""
231
232
233class UnsupportedClientFeatureError(InterfaceError):

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…