diff options
Diffstat (limited to 'doc/build/errors.rst')
| -rw-r--r-- | doc/build/errors.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/build/errors.rst b/doc/build/errors.rst index 42c0db977..a52444766 100644 --- a/doc/build/errors.rst +++ b/doc/build/errors.rst @@ -1114,6 +1114,24 @@ message for details. :ref:`error_bbf0` + +AsyncIO Exceptions +================== + +.. _error_xd1r: + +AwaitRequired +------------- + +The SQLAlchemy async mode requires an async driver to be used to connect to the db. +This error is usually raised when trying to use the async version of SQLAlchemy +with a non compatible :term:`DBAPI`. + +.. seealso:: + + :ref:`asyncio extension <asyncio_toplevel>` + + Core Exception Classes ====================== |
