ddt 1.4.0
 
Loading...
Searching...
No Matches
ddtErrorCodes.hpp
Go to the documentation of this file.
1
9
10#ifndef DDTERRORCODES_HPP_
11#define DDTERRORCODES_HPP_
12
16constexpr int MEMORY_ERROR = -2;
17
21constexpr int STREAM_ID_ERROR = -3;
22
26constexpr int SHARED_MEMORY_EXISTS_ERROR = -4;
27
28#endif /* DDTERRORCODES_HPP_ */
constexpr int SHARED_MEMORY_EXISTS_ERROR
Definition ddtErrorCodes.hpp:26
constexpr int MEMORY_ERROR
Definition ddtErrorCodes.hpp:16
constexpr int STREAM_ID_ERROR
Definition ddtErrorCodes.hpp:21