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