#include <error.h>
|
| template<typename... Args> |
| constexpr | Impl_error (fmt::format_string< Args... > format_str, Args &&... args) |
| | Impl_error (Impl_error &&)=default |
| | Impl_error (const Impl_error &)=default |
| | Error (PDI_status_t errcode) |
| | Creates a PDI error without a message.
|
| template<typename... Args> |
| constexpr | Error (PDI_status_t errcode, fmt::format_string< Args... > 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.
|
◆ Impl_error() [1/3]
template<typename... Args>
| PDI::Impl_error::Impl_error |
( |
fmt::format_string< Args... > | format_str, |
|
|
Args &&... | args ) |
|
inlineconstexpr |
◆ Impl_error() [2/3]
| PDI::Impl_error::Impl_error |
( |
Impl_error && | | ) |
|
|
default |
◆ Impl_error() [3/3]
| PDI::Impl_error::Impl_error |
( |
const Impl_error & | | ) |
|
|
default |
The documentation for this class was generated from the following file: