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

Class DuplicateJsonObjectKeyValueError

asyncpg/exceptions/__init__.py:340–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338
339
340class DuplicateJsonObjectKeyValueError(DataError):
341 sqlstate = '22030'
342
343
344class InvalidArgumentForSQLJsonDatetimeFunctionError(DataError):

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…