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