ddt 1.2.1
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
35constexpr int SHARED_MEMORY_EXISTS_ERROR = -4;
36
37#endif /* DDTERRORCODES_HPP_ */
38
constexpr int SHARED_MEMORY_EXISTS_ERROR
Definition ddtErrorCodes.hpp:35
constexpr int MEMORY_ERROR
Definition ddtErrorCodes.hpp:25
constexpr int STREAM_ID_ERROR
Definition ddtErrorCodes.hpp:30