MCPcopy
hub / github.com/PyMySQL/PyMySQL / OperationalError

Class OperationalError

pymysql/err.py:40–45  ·  view source on GitHub ↗

Exception raised for errors that are related to the database's operation and not necessarily under the control of the programmer, e.g. an unexpected disconnect occurs, the data source name is not found, a transaction could not be processed, a memory allocation error occurred during p

Source from the content-addressed store, hash-verified

38
39
40class OperationalError(DatabaseError):
41 """Exception raised for errors that are related to the database's
42 operation and not necessarily under the control of the programmer,
43 e.g. an unexpected disconnect occurs, the data source name is not
44 found, a transaction could not be processed, a memory allocation
45 error occurred during processing, etc."""
46
47
48class IntegrityError(DatabaseError):

Callers 2

sha256_password_authFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…