perr_hand(3g) — Subroutines
Name
perr_hand − Default error handling function.
Operating States: ∗, ∗, ∗, ∗
PHIGS standard function
Syntax
void perr_hand (
Pint err_num, /∗ (I) Error number ∗/
Pint func_num, /∗ (I) Function name that detected the error ∗/
const char ∗err_file /∗ (I) Error file ∗/
)
See Error Constants for the ISO C Language Binding for a list of possible constants for the func_num argument.
Description
perr_hand is called by Digital PHIGS if an error condition occurs. (See the error list in Error Constants for the ISO C Language Binding.) The function calls the perr_log function, which contains the same parameters.
Use the popen_phigs function to specify the error message file.
See Also
pemergency_close_phigs
perr_log
pinq_err_hand_mode
popen_phigs
pset_err_hand
pset_err_hand_mode