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 e4541c4 commit ad2872fCopy full SHA for ad2872f
Doc/library/sqlite3.rst
@@ -1310,6 +1310,9 @@ The exception hierarchy is defined by the DB-API 2.0 (:pep:`249`).
1310
Use this to catch all errors with one single :keyword:`except` statement.
1311
``Error`` is a subclass of :exc:`Exception`.
1312
1313
+ If the exception originated from within the SQLite library,
1314
+ the following two attributes are added to the exception:
1315
+
1316
.. attribute:: sqlite_errorcode
1317
1318
The numeric error code from the
0 commit comments