PK_THREAD_set_err_reports   

PK_ERROR_code_t                       PK_THREAD_set_err_reports
(
--- received arguments ---
PK_ERROR_reports_t                    error_reports, --- error reports
const  PK_THREAD_set_err_reports_o_t *options        --- options structure
)





This function sets whether additional information about an error in the
current thread is written to a Parasolid report of type PK_REPORT_4_t.
This setting will persist until a different value is set or the modeller
is restarted.

If this setting is either PK_ERROR_reports_on_c or PK_ERROR_reports_off_c,
then this will supersede the equivalent session-level setting.

Currently this functionality is only used to report errors for which
multiple entities are responsible.

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