This function allows you to specify an error handing function, for all errors that the server sends to the client. If an error occurs the specified error handler is called with an error event. If a NULL function pointer is specified, then errors will be sent through the nano-X event queue rather than through an error handler callback function.
Type | Name | Description |
---|---|---|
GR_FNCALLBACKEVENT | fncb | A pointer to the error handler function or NULL to send errors through the event queue. |