MCPcopy
hub / github.com/psycopg/psycopg / NotSupportedError

Class NotSupportedError

psycopg/psycopg/errors.py:396–401  ·  view source on GitHub ↗

A method or database API was used which is not supported by the database.

Source from the content-addressed store, hash-verified

394
395
396class NotSupportedError(DatabaseError):
397 """
398 A method or database API was used which is not supported by the database.
399 """
400
401 __module__ = "psycopg"
402
403
404class ConnectionTimeout(OperationalError):

Callers 3

_has_featureMethod · 0.85
pg2pyencFunction · 0.85
not_supportedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected