formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Basic
Description
Adds a detail string to an error. This will associate a detail message with an error. The error must first be set using fzrt_error_set_with_detail.
Plugin Prototype
void fzrt_error_add_detail(
err_id, | |
fzrt_int | detail_id, |
char * | detail_str ) |
Parameters
err_id [Input]
Error ID set by fzrt_error_set_with_detail
detail_id [Input]
Detail ID passed in to fzrt_error_set_with_detail
detail_str [Input]
C string with detail message
Availability
5.0.0.0
See Also
Function Set
Defined in