VISR  0.12.0
Versatile Interactive Scene Renderer
error_codes.hpp
Go to the documentation of this file.
1 /* Copyright Institute of Sound and Vibration Research - All rights reserved */
2 
3 #ifndef VISR_LIBEFL_ERROR_CODES_HPP_INCLUDED
4 #define VISR_LIBEFL_ERROR_CODES_HPP_INCLUDED
5 
6 #include "export_symbols.hpp"
7 
8 namespace visr
9 {
10 namespace efl
11 {
12 
14 {
15  noError = 0,
19  // to be continued
20 };
21 
25 VISR_EFL_LIBRARY_SYMBOL char const * errorMessage( const ErrorCode& error );
26 
27 } // namespace efl
28 } // namespace visr
29 
30 #endif // #ifndef VISR_LIBEFL_ERROR_CODES_HPP_INCLUDED
Definition: error_codes.hpp:15
Definition: error_codes.hpp:18
Definition: options.cpp:10
Definition: error_codes.hpp:16
ErrorCode
Definition: error_codes.hpp:13
char const * errorMessage(const ErrorCode &error)
Definition: error_codes.cpp:10
Definition: error_codes.hpp:17