formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Basic
Description
formZ error contexts. The error context identifies which part of the application defines a particular error. Each context should have one or more functions ( fzrt_context_str_func) which can be used to get an error string.
enum fzrt_error_context_enum {
FZRT_ERROR_CONTEXT_OS,
FZRT_ERROR_CONTEXT_ANSI,
FZRT_ERROR_CONTEXT_FZRT,
FZRT_ERROR_CONTEXT_APP,
FZRT_ERROR_CONTEXT_PLUGIN,
FZRT_ERROR_CONTEXT_ANY };
Members
FZRT_ERROR_CONTEXT_OS
err is an operating error
FZRT_ERROR_CONTEXT_ANSI
err is an fzrt error
FZRT_ERROR_CONTEXT_FZRT
err is an fzrt error
FZRT_ERROR_CONTEXT_APP
err is an application error
FZRT_ERROR_CONTEXT_PLUGIN
err is an plugin error
FZRT_ERROR_CONTEXT_ANY
mask to check for any context errors in fzrt_error_exists
Availability
5.0.0.0
See Also
fzrt_error_set, fzrt_error_set_with_detail
Defined in