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

Class DiskFullError

asyncpg/exceptions/__init__.py:815–816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

813
814
815class DiskFullError(InsufficientResourcesError):
816 sqlstate = '53100'
817
818
819class OutOfMemoryError(InsufficientResourcesError):

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…