details:   https://code.tryton.org/tryton/commit/33147d02d9fb
branch:    default
user:      Cédric Krier <[email protected]>
date:      Wed Jul 08 23:01:08 2026 +0200
description:
        Add documentation for DatabaseTimeoutError
diffstat:

 trytond/doc/ref/backend.rst |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r ae46da1d0ab4 -r 33147d02d9fb trytond/doc/ref/backend.rst
--- a/trytond/doc/ref/backend.rst       Wed Jul 08 22:12:42 2026 +0200
+++ b/trytond/doc/ref/backend.rst       Wed Jul 08 23:01:08 2026 +0200
@@ -411,3 +411,7 @@
 .. exception:: DatabaseOperationalError
 
    Exception raised for errors that are related to the database’s operation.
+
+.. exception:: DatabaseTimeoutError
+
+   The exception raised when a query last longer than the defined timeout.

Reply via email to