Public Member Functions | |
template<typename S , typename... Args> | |
Impl_error (const S &format_str, Args &&... args) | |
Impl_error (Impl_error &&)=default | |
Impl_error (const Impl_error &)=default | |
Public Member Functions inherited from PDI::Error | |
Error (PDI_status_t errcode) | |
Creates a PDI error without a message. | |
template<typename S , typename... Args> | |
Error (PDI_status_t errcode, const S &format_str, Args &&... args) | |
Creates a PDI error. | |
Error (PDI_status_t errcode, const char *message) | |
Creates a PDI error. | |
const char * | what () const noexcept override |
PDI_status_t | status () const noexcept |
Returns status of the error. | |
Additional Inherited Members | |
Protected Attributes inherited from PDI::Error | |
PDI_status_t | m_status |
status of the error | |
std::string | m_what |
message of the error | |
|
inline |
|
default |
|
default |