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

Class CannotCoerceError

asyncpg/exceptions/__init__.py:643–644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641
642
643class CannotCoerceError(SyntaxOrAccessError):
644 sqlstate = '42846'
645
646
647class GroupingError(SyntaxOrAccessError):

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…