◆ Error() [1/2]
template<typename S , typename... Args>
PDI::Error::Error |
( |
PDI_status_t |
errcode, |
|
|
const S & |
format_str, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
Creates a PDI error.
- Parameters
-
[in] | errcode | the error code of the error to create |
[in] | format_str | an errror message as a python-style format |
[in] | args | the python-style parameters for the message |
- See also
- printf
◆ Error() [2/2]
PDI::Error::Error |
( |
PDI_status_t |
errcode, |
|
|
const char * |
fmt |
|
) |
| |
◆ what()
const char* PDI::Error::what |
( |
| ) |
const |
|
overridenoexcept |
◆ status()
◆ m_status
◆ m_what
std::string PDI::Error::m_what |
|
protected |
The documentation for this class was generated from the following file: