int OK = 0
int ERROR = 1
int NO_TASK = 2
int NO_MSG = 3
int WOULDBLOCK = 4
int INTR = 5
int FULL = 6
int LOCKED = 7
int SECURITY = 8
int NO_POINT = 9
int INSIG = 10
int UNKNOWN = 11
int NO_QUEUE = 12
int CMD_SYNTAX_ERROR = 13
int REPLIED = 14
int WRONG_TYPE = 15
int TOO_LARGE = 16
int NO_MEMORY = 17
int OLD_DATA = 18
int TIMEOUT = 19
int POINT_EXISTS = 20
int POINT_READONLY = 21
int IS_CONFIG = 22
int NOT_ALLOWED = 23
int NO_LICENSE = 24
int NOT_AVAILABLE = 25
int NOT_IMPLEMENTED = 26
int NO_DOMAIN = 27
int POINT_COMPUTED = 28
IntEnum representing various DataHub statuses.