Function navtk::get_global_error_mode
Defined in File errors.hpp
Function Documentation
-
ErrorMode navtk::get_global_error_mode()
Gets the current navtk::ErrorMode, which may have been set by a navtk::ErrorModeLock or navtk::set_global_error_mode.
Use this value to decide whether to inspect your function’s inputs for potential problems, or to decide whether to write errors to a log or throw an exception.
- Returns
The current navtk::ErrorMode.