We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc31a13 commit 1e6b635Copy full SHA for 1e6b635
Doc/library/sqlite3.rst
@@ -1320,6 +1320,9 @@ The exception hierarchy is defined by the DB-API 2.0 (:pep:`249`).
1320
Use this to catch all errors with one single :keyword:`except` statement.
1321
``Error`` is a subclass of :exc:`Exception`.
1322
1323
+ If the exception originated from within the SQLite library,
1324
+ the following two attributes are added to the exception:
1325
+
1326
.. attribute:: sqlite_errorcode
1327
1328
The numeric error code from the
0 commit comments