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

Class DataCorruptedError

asyncpg/exceptions/__init__.py:1059–1060  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1057
1058
1059class DataCorruptedError(InternalServerError):
1060 sqlstate = 'XX001'
1061
1062
1063class IndexCorruptedError(InternalServerError):

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…