formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Basic
Description
Sets the current error with detail. This assigns an error ID to an error with an additional detail id. The detail ID can have an additional string associated with it.
Plugin Prototype
fzrt_error_td fzrt_error_set_with_detail(
fzrt_int | err, |
severity, | |
context, | |
fzrt_int | context_id, |
fzrt_int | detail_id ) |
Parameters
err [Input]
Specific error ID
severity [Input]
Severity of the error
context [Input]
The context of the error
context_id [Input]
the specific ID within the context, for plugins this is the plugin ID
detail_id [Input]
associated detail ID
Returns
Runtime error ID associated with this instance of the err.
Availability
5.0.0.0
See Also
fzrt_error_add_detail, fzrt_error_set
Function Set
Defined in