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

Class ClientConfigurationError

asyncpg/exceptions/_base.py:225–226  ·  view source on GitHub ↗

An error caused by improper client configuration.

Source from the content-addressed store, hash-verified

223
224
225class ClientConfigurationError(InterfaceError, ValueError):
226 """An error caused by improper client configuration."""
227
228
229class DataError(InterfaceError, ValueError):

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…