formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Basic
Description
Gets a string associated with an error. This will return a string suitable for display, for the specified error ID.
Plugin Prototype
fzrt_boolean fzrt_error_get_string(
err_id, | |
char * | str, |
fzrt_int | maxlen ) |
Parameters
err_id [Input]
Error ID
str [Input]
pointer to buffer to receive the error
maxlen [Input]
Size of the string buffer
Returns
FALSE if successful, TRUE if err id is not valid, or context does supply strings for errors..
Availability
5.0.0.0
Function Set
Defined in