![]() |
PK_ERROR_reports_t |
typedef int PK_ERROR_reports_t;
PK_SESSION_ask_err_reports
PK_SESSION_set_err_reports
PK_THREAD_ask_err_reports
PK_THREAD_set_err_reports
This type controls whether additional information on an error
will be returned in a Parasolid report of type PK_REPORT_4_t.
Currently this functionality is only used to report errors caused by
multiple entities.
PK_ERROR_reports_t has the values:
PK_ERROR_reports_on_c Return additional information for the
error in a Parasolid report.
PK_ERROR_reports_off_c Do not return additional information
for the error in a Parasolid report.
PK_ERROR_reports_inherit_c For use in PK_THREAD_ask/set_err_reports.
The thread will inherit the current
session setting.