set_global_default_error_handler
Description:
public static void set_global_default_error_handler (
ClientErrorHandlerFunc func)
Set func as the default error handler for the Client.
This handler would be called for all Client internal errors.
Parameters:
| func |
pointer to the function to be called for error handling.
|