MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / OperationalError

Class OperationalError

pager_lib/pymysql/err.py:36–41  ·  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

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

Callers 2

sha256_password_authFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected