libwreport
3.5
|
For functions handling data with multiple types, reports a mismatch between the type requested and the type found. More...
#include <error.h>
Static Public Member Functions | |
static void | throwf (const char *fmt,...) WREPORT_THROWF_ATTRS(1 |
Throw the exception, building the message printf-style. | |
![]() | |
static const char * | strerror (ErrorCode code) |
String description for an error code. | |
Additional Inherited Members | |
![]() | |
StringBase (const std::string &msg) noexcept | |
ErrorCode | code () const noexceptoverride |
Exception-specific error code. More... | |
const char * | what () const noexceptoverride |
Error message. | |
![]() | |
std::string | msg |
error message returned by what() | |
For functions handling data with multiple types, reports a mismatch between the type requested and the type found.