Name
Pkg::CallbackSourceProbeError — Register callback function
Synopsis
void
CallbackSourceProbeError
( |
string
func
) ; |
Parameters
-
string
func
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".