Enum ErrorFlags_e
Defined in File rapidyaml-0.5.0.hpp
Enum Documentation
-
enum c4::ErrorFlags_e
Values:
-
enumerator ON_ERROR_DEBUGBREAK
when an error happens and the debugger is attached, call C4_DEBUG_BREAK(). Without effect otherwise.
-
enumerator ON_ERROR_LOG
when an error happens log a message.
-
enumerator ON_ERROR_CALLBACK
when an error happens invoke a callback if it was set with set_error_callback().
-
enumerator ON_ERROR_ABORT
when an error happens call std::terminate().
-
enumerator ON_ERROR_THROW
when an error happens and exceptions are enabled throw an exception. Without effect otherwise.
-
enumerator ON_ERROR_DEFAULTS
the default flags.
-
enumerator ON_ERROR_DEBUGBREAK