userver: storages::mysql::MySQLTransactionException Class 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
storages::mysql::MySQLTransactionException Class Reference

#include </data/code/userver/mysql/include/userver/storages/mysql/exceptions.hpp>

Detailed Description

Transaction exception - something went wrong with the transaction.

Definition at line 50 of file exceptions.hpp.

+ Inheritance diagram for storages::mysql::MySQLTransactionException:
+ Collaboration diagram for storages::mysql::MySQLTransactionException:

Public Member Functions

 MySQLException (unsigned int error, const char *message)
 
 MySQLException (unsigned int error, const std::string &message)
 
- Public Member Functions inherited from storages::mysql::MySQLException
 MySQLException (unsigned int error, const char *message)
 
 MySQLException (unsigned int error, const std::string &message)
 
unsigned int GetErrno () const
 

The documentation for this class was generated from the following file: