libdballe  9.11
Static Public Member Functions | List of all members
dballe::error Struct Reference

Base exception for DB-All.e errors. More...

#include <error.h>

Inheritance diagram for dballe::error:
wreport::error dballe::error_db dballe::sql::error_mysql dballe::sql::error_postgresql dballe::sql::error_sqlite

Static Public Member Functions

static const char * strerror (wreport::ErrorCode code)
 String description for an error code. More...
 
- Static Public Member Functions inherited from wreport::error
static const char * strerror (ErrorCode code)
 

Additional Inherited Members

- Public Member Functions inherited from wreport::error
virtual ErrorCode code () const noexcept=0
 
const char * what () const noexcept override=0
 

Detailed Description

Base exception for DB-All.e errors.

Member Function Documentation

◆ strerror()

static const char* dballe::error::strerror ( wreport::ErrorCode  code)
static

String description for an error code.

It delegates to wreport::error::strerror for codes not known to DB-All.e, so it can be used instead of wreport::error::strerror.


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