Name

Pkg::CallbackSourceReportError — Register callback function

Synopsis

void CallbackSourceReportError ( string func );
 

Parameters

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

Return

void