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

fzrt_error_set_with_detail

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,

fzrt_error_severity_enum

severity,

fzrt_error_context_enum

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

fz_fzrt_base_fset


Defined in

fzrt_api.h