ddt 1.1.0
Loading...
Searching...
No Matches
ddtErrorCodes.hpp
Go to the documentation of this file.
1
19#ifndef DDTERRORCODES_HPP_
20#define DDTERRORCODES_HPP_
21
25constexpr int MEMORY_ERROR = -2;
26
30constexpr 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