Pkg::CallbackSourceReportError — Register callback function
void
CallbackSourceReportError
( |
string
func
) ; |
func
Name of the callback handler function. Required callback prototype is string(integer numeric_id, string url, string error, string reason). Parameter error is "NO_ERROR", "NOT_FOUND", "IO" or "INVALID". The callback function is evaluated when an error occurrs. The callback function must return string "ABORT", "IGNORE" or "RETRY".