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

Class ConfigurationLimitExceededError

asyncpg/exceptions/__init__.py:827–828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

825
826
827class ConfigurationLimitExceededError(InsufficientResourcesError):
828 sqlstate = '53400'
829
830
831class ProgramLimitExceededError(_base.PostgresError):

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…