ddt  0.1
ddtErrorCodes.hpp
Go to the documentation of this file.
1 // @copyright
2 // (c) Copyright ESO 2020
3 // All Rights Reserved
4 // ESO (eso.org) is an Intergovernmental Organization, and therefore special
5 // legal conditions apply.
6 //
7 // @file ddtErrorCodes.hpp
8 // @brief Contains common used error codes.
9 //
10 // This file shall contain error codes that can be used by all applications.
11 //
12 // @author Matthias Grimm, CGI
13 // @since 2020/12/15
14 //
15 
16 #ifndef DDTERRORCODES_HPP_
17 #define DDTERRORCODES_HPP_
18 
22 constexpr int MEMORY_ERROR = -2;
23 
27 constexpr int STREAM_ID_ERROR = -3;
28 
29 #endif /* DDTERRORCODES_HPP_ */
STREAM_ID_ERROR
constexpr int STREAM_ID_ERROR
Definition: ddtErrorCodes.hpp:27
MEMORY_ERROR
constexpr int MEMORY_ERROR
Definition: ddtErrorCodes.hpp:22