ddt 1.4.0
 
Loading...
Searching...
No Matches
ddtErrorCodes.hpp File Reference

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
 

Detailed Description

Contains common used error codes. This file shall contain error codes that can be used by all applications.

Variable Documentation

◆ MEMORY_ERROR

int MEMORY_ERROR = -2
constexpr

Specifies that there is not enough memory available.

◆ SHARED_MEMORY_EXISTS_ERROR

int SHARED_MEMORY_EXISTS_ERROR = -4
constexpr

Specifies that a shared memory already exists.

◆ STREAM_ID_ERROR

int STREAM_ID_ERROR = -3
constexpr

Specifies that a data stream identifier is already in use.