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

fzrt_error_add_debug

Description

Adds debugging information to an error. This writes the debug ID and message to the error log.

Plugin Prototype

void fzrt_error_add_debug(

fzrt_error_td

err_id,

fzrt_int

debug_id,

char *

debug_str )

Parameters

err_id [Input]

Error ID

debug_id [Input]

Debug ID

debug_str [Input]

C String Debug message

Availability

5.0.0.0

Function Set

fz_fzrt_base_fset


Defined in

fzrt_api.h