Error (
PDI_status_t errcode )
Description
Parameters
errcode- the error code of the error to create
class
PDI::Error
Error (
PDI_status_t errcode )
Error (
Args &&...;
args, PDI_status_t errcode, const S & format_str )
Error (
PDI_status_t errcode, const char * message ) PDI_status_t
status (
) const char *
what (
)
Error (
PDI_status_t errcode ) errcode
Error (
Args &&...;
args, PDI_status_t errcode, const S & format_str ) argserrcodeformat_str
Error (
PDI_status_t errcode, const char * message ) errcodemessage
PDI_status_t
status (
) status of the error
const char *
what (
)