Specifications

Error Handling
3-7
3
NullDevReport
StdErrReport
GuiBoxReport
Predefined error-handling
functions that send error
messages to different output
destinations.
IPLStatus iplNulDevReport ( IPLStatus
status
,
const char
*funcname
, const char
*context
,
const char
*file
, int
line
);
IPLStatus iplStdErrReport ( IPLStatus
status
,
const char
*funcname
, const char
*context
,
const char
*file
, int
line
);
IPLStatus iplGuiBoxReport ( IPLStatus
status
,
const char
*funcname
, const char
*context
,
const char
*file
, int
line
);
status
Code that indicates the type of error (see
Table 3-1, iplError() Status Codes”.)
funcname
Name of the function where the error occurred.
context
Additional information about the context in
which the error occurred. If the value of
context
is NULL or empty, this string will not appear in the
error message.
file
Name of the source file in which the error
occured.
line
Line number in the source file where the error
occurred.