Name

Pkg::CallbackSourceProbeError — Register callback function

Synopsis

void CallbackSourceProbeError ( string args );
 

Parameters

string args

Name of the callback handler function. Required callback prototype is string(string url, string error, string reason). The callback function is evaluated when an error occurrs. The callback function must return string "ABORT" or "RETRY".

Return

void