Contains common used error codes. This file shall contain error codes that can be used by all applications.
More...
Go to the source code of this file.
Contains common used error codes. This file shall contain error codes that can be used by all applications.
- Copyright
- (c) Copyright ESO 2020 All Rights Reserved ESO (eso.org) is an Intergovernmental Organization, and therefore special legal conditions apply.
- Author
- Matthias Grimm, CGI
- Since
- 2020/12/15
◆ MEMORY_ERROR
| constexpr int MEMORY_ERROR = -2 |
|
constexpr |
Specifies that there is not enough memory available.
◆ SHARED_MEMORY_EXISTS_ERROR
| constexpr int SHARED_MEMORY_EXISTS_ERROR = -4 |
|
constexpr |
Specifies that a shared memory already exists.
◆ STREAM_ID_ERROR
| constexpr int STREAM_ID_ERROR = -3 |
|
constexpr |
Specifies that a data stream identifier is already in use.