Errfunc
From WoWWiki
An errFunc is a callback function that is invoked when WoW detects an error. The current errFunc can be retrieved by calling geterrorhandler(), and can be set by calling seterrorhandler(errFunc).
function(msg)
Parameters
Arguments
- msg
- String - The error message from WoW
Source
Information gleaned from looking at the source of Swatter
