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 b9d8ad5 commit 71ede00Copy full SHA for 71ede00
Doc/library/sqlite3.rst
@@ -821,6 +821,13 @@ Exceptions
821
exists, syntax error in the SQL statement, wrong number of parameters
822
specified, etc. It is a subclass of :exc:`DatabaseError`.
823
824
+.. exception:: OperationalError
825
+
826
+ Exception raised for errors that are related to the database's operation
827
+ and not necessarily under the control of the programmer, e.g. an unexpected
828
+ disconnect occurs, the data source name is not found, a transaction could
829
+ not be processed, etc. It is a subclass of :exc:`DatabaseError`.
830
831
832
.. _sqlite3-types:
833
0 commit comments