Name

Pkg::CallbackSourceReportEnd — Register callback function

Synopsis

void CallbackSourceReportEnd ( string  func );

Parameters

string 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".

Return

void