class PDI::Error

Content

Member Functions

Error ( PDI_status_t errcode )
Creates a PDI error without a message.
Error (
Args &&...;
args, PDI_status_t errcode, const S & format_str )
Creates a PDI error.
Error ( PDI_status_t errcode, const char * message )
Creates a PDI error.
PDI_status_t status ( )
Returns status of the error.
const char * what ( )

Documentation

Member Functions

Error ( PDI_status_t errcode )

Description

Creates a PDI error without a message.

Parameters

errcode
the error code of the error to create

Error (
Args &&...;
args
, PDI_status_t errcode, const S & format_str )

Description

Creates a PDI error.

Parameters

args
the python-style parameters for the message
errcode
the error code of the error to create
format_str
an errror message as a python-style format

Error ( PDI_status_t errcode, const char * message )

Description

Creates a PDI error.

Parameters

errcode
the error code of the error to create
message
an errror message

PDI_status_t status ( )

Description

Returns status of the error.

Result

status of the error

const char * what ( )


Last modified January 1, 0001