We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439a9b6 commit 961332dCopy full SHA for 961332d
Doc/library/sqlite3.rst
@@ -764,6 +764,13 @@ Exceptions
764
exists, syntax error in the SQL statement, wrong number of parameters
765
specified, etc. It is a subclass of :exc:`DatabaseError`.
766
767
+.. exception:: OperationalError
768
+
769
+ Exception raised for errors that are related to the database's operation
770
+ and not necessarily under the control of the programmer, e.g. an unexpected
771
+ disconnect occurs, the data source name is not found, a transaction could
772
+ not be processed, etc. It is a subclass of :exc:`DatabaseError`.
773
774
775
.. _sqlite3-types:
776
0 commit comments