ddt  1.0.0
ddtErrorCodes.hpp
Go to the documentation of this file.
1 
19 #ifndef DDTERRORCODES_HPP_
20 #define DDTERRORCODES_HPP_
21 
25 constexpr int MEMORY_ERROR = -2;
26 
30 constexpr int STREAM_ID_ERROR = -3;
31 
32 #endif /* DDTERRORCODES_HPP_ */
33 
constexpr int MEMORY_ERROR
Definition: ddtErrorCodes.hpp:25
constexpr int STREAM_ID_ERROR
Definition: ddtErrorCodes.hpp:30