Error return modesΒΆ
SAF_ErrMode is an enumerated type defined in SAFlibprops.h.
Synopsis:
SAF_ERRMODE_RETURN: (The default) Library will issue return codes rather than throw exceptions
SAF_ERRMODE_THROW: Library will throw exceptions rather than issue return codes
Description: see saf_setProps_ErrMode
See Also:
- Datatypes: Introduction for current chapter