userver: /data/code/userver/odbc/include/userver/storages/odbc/exception.hpp File Reference
Loading...
Searching...
No Matches
exception.hpp File Reference

Detailed Description

ODBC storage exception hierarchy.

Definition in file exception.hpp.

Go to the source code of this file.

#include <cstddef>
#include <stdexcept>
#include <string>
#include <string_view>
#include <vector>
This graph shows which files directly or indirectly include this file:

Classes

struct  storages::odbc::DiagnosticRecord
 A single diagnostic record reported by the ODBC driver manager or driver. More...
class  storages::odbc::Error
class  storages::odbc::LogicError
class  storages::odbc::RuntimeError
class  storages::odbc::ConnectionError
class  storages::odbc::StatementError
class  storages::odbc::PoolError
 Thrown when an ODBC pool cannot provide a connection for a non-timeout reason. More...
class  storages::odbc::OperationInterrupted
class  storages::odbc::TransactionException
class  storages::odbc::ResultSetError
class  storages::odbc::RowIndexOutOfBounds
class  storages::odbc::FieldIndexOutOfBounds

Namespaces

namespace  storages
 Components, clients and helpers for different databases and storages.
namespace  storages::odbc
 Top namespace for uODBC driver.