PK_SESSION_ask_err_reports   

PK_ERROR_code_t                       PK_SESSION_ask_err_reports
(
--- received arguments ---
const PK_SESSION_ask_err_reports_o_t *options,        --- options structure

--- returned arguments ---
PK_ERROR_reports_t             *const error_reports   --- error reports
)





This function asks whether additional information about an error is
written to a Parasolid report of type PK_REPORT_4_t.

Individual application threads can supersede this setting by calling
PK_THREAD_set_err_reports with a value other than PK_ERROR_reports_inherit_c.

Currently this functionality is only used when multiple entities are
responsible for an error.

The only possible returned values for 'error_reports' are
PK_ERROR_reports_on_c and PK_ERROR_reports_off_c.

This function can only be called when the modeller is started.