Pkg::CallbackSourceReportEnd — Register callback function
void
CallbackSourceReportEnd
( |
string
func
) ; |
func
Name of the callback handler function. Required callback prototype is void(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".