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.
Variables | |
| constexpr int | MEMORY_ERROR = -2 |
| constexpr int | STREAM_ID_ERROR = -3 |
| constexpr int | SHARED_MEMORY_EXISTS_ERROR = -4 |
Contains common used error codes. This file shall contain error codes that can be used by all applications.
|
constexpr |
Specifies that there is not enough memory available.
|
constexpr |
Specifies that a shared memory already exists.
|
constexpr |
Specifies that a data stream identifier is already in use.