EMA C++ Edition
DispatchError.h
Go to the documentation of this file.
1
/*|-----------------------------------------------------------------------------
2
*| This source code is provided under the Apache 2.0 license --
3
*| and is provided AS IS with no warranty or guarantee of fit for purpose. --
4
*| See the project's LICENSE.md for details. --
5
*| Copyright (C) 2024 LSEG. All rights reserved. --
6
*|-----------------------------------------------------------------------------
7
*/
8
9
#ifndef __refinitiv_ema_access_DispatchError_h
10
#define __refinitiv_ema_access_DispatchError_h
11
18
#include "
Access/Include/OmmException.h
"
19
20
namespace
refinitiv
{
21
22
namespace
ema
{
23
24
namespace
access
{
25
26
class
EMA_ACCESS_API
DispatchError
27
{
28
public :
29
33
enum
ErrorCode
34
{
35
FailureEnum = -1,
37
ShutdownEnum = -10,
38
};
39
};
40
41
}
42
43
}
44
45
}
46
47
#endif
// __refinitiv_ema_access_DispatchError_h
EMA_ACCESS_API
#define EMA_ACCESS_API
Definition:
Common.h:95
OmmException.h
refinitiv
*|--------------------------------------------------------------------------—
Definition:
AckMsg.h:62
access
The access namespace contains all interfaces and definitions specified for use with the EMA Access pa...
ema
The ema namespace contains all interfaces and definitions specified for use with EMA.
refinitiv::ema::access::DispatchError
Definition:
DispatchError.h:27
refinitiv::ema::access::DispatchError::ErrorCode
ErrorCode
Definition:
DispatchError.h:34
Copyright Notice
|
Last modified on:
Tue Oct 1 2024