PK_ERROR_ask_callbacks   

PK_ERROR_code_t            PK_ERROR_ask_callbacks
(
--- returned arguments ---
PK_ERROR_frustrum_t *const frustrum  --- session error handler
)


This function returns the application error handler for the session, (if one
is registered), or NULL.


This function may be called at any time.

Note that this function returns the session-wide error handler,
registered with PK_ERROR_register_callbacks. It will not report
on a thread-specific error handler, registered with
PK_THREAD_register_error_cbs; use PK_THREAD_ask_error_cbs for that.