libdballe
9.11
|
Report an SQLite error. More...
#include <sqlite.h>
Public Member Functions | |
error_sqlite (sqlite3 *db, const std::string &msg) | |
error_sqlite (const std::string &dbmsg, const std::string &msg) | |
const char * | what () const noexcept override |
![]() | |
wreport::ErrorCode | code () const noexcept override |
Static Public Member Functions | |
static void | throwf (sqlite3 *db, const char *fmt,...) WREPORT_THROWF_ATTRS(2 |
![]() | |
static const char * | strerror (wreport::ErrorCode code) |
String description for an error code. More... | |
![]() | |
static const char * | strerror (ErrorCode code) |
Public Attributes | |
std::string | msg |
Report an SQLite error.