userver: userver/storages/mysql/exceptions.hpp File Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
exceptions.hpp File Reference

Your opinion will help to improve our service

Leave a feedback >

Table of Contents

Go to the source code of this file.

#include <stdexcept>
+ This graph shows which files directly or indirectly include 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.