Search Results
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-databaseerror.html
This exception is the default for any MySQL error which does not fit the other exceptions.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-errors-databaseerror.html
This exception is the default for any MySQL error which does not fit the other exceptions.
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-notsupportederror.html
This exception is raised when some feature was used that is not supported by the version of MySQL that returned the error. It is also raised when using functions or statements that are not supported by stored routines.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-errors-notsupportederror.html
This exception is raised when some feature was used that is not supported by the version of MySQL that returned the error. It is also raised when using functions or statements that are not supported by stored routines.
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-interfaceerror.html
This exception is raised for errors originating from Connector/Python itself, not related to the MySQL server.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-errors-interfaceerror.html
This exception is raised for errors originating from Connector/Python itself, not related to the MySQL server.
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-internalerror.html
This exception is raised when the MySQL server encounters an internal error, for example, when a deadlock occurred.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-errors-internalerror.html
This exception is raised when the MySQL server encounters an internal error, for example, when a deadlock occurred.
https://dev.mysql.com/doc/connectors/en/connector-j-reference-error-sqlstates.html
The table below provides a mapping of the MySQL error numbers to JDBC SQLState values.
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-poolerror.html
This exception is raised for connection pool errors. errors.PoolError is a subclass of errors.Error. ...