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