formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Basic

fzrt_error_add_detail

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(

fzrt_error_td

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

fzrt_error_set_with_detail

Function Set

fz_fzrt_base_fset


Defined in

fzrt_api.h