1
2
3
4
 typedef enum {
     SAF_ERRMODE_RETURN=0,       /* (The default) Library will issue return codes rather than throw exceptions */
    SAF_ERRMODE_THROW            /* Library will throw exceptions rather than issue return codes */
 } SAF_ErrMode