userver: userver/storages/mysql/exceptions.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
exceptions.hpp File Reference

Table of Contents

#include <stdexcept>
+ Include dependency graph for exceptions.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  storages::mysql::MySQLException
 Base class for all uMySQL driver exceptions. More...
 
class  storages::mysql::MySQLIOException
 IO exception (read/write timeout/cancelled) More...
 
class  storages::mysql::MySQLStatementException
 Statement exception - something went wrong with the statement. More...
 
class  storages::mysql::MySQLCommandException
 Command exception - something went wrong with the command. More...
 
class  storages::mysql::MySQLTransactionException
 Transaction exception - something went wrong with the transaction. More...
 
class  storages::mysql::MySQLValidationException
 

Namespaces

namespace  storages
 Components, clients and helpers for different databases and storages.
 
namespace  storages::mysql
 Top namespace for uMySQL driver.