Defines

BCErrorCodes.h File Reference

Go to the source code of this file.

Defines

#define ERROR_FILENOTFOUND   -10
 Definition of error codes.
#define ERROR_TREENOTFOUND   -20
#define ERROR_NOEVENTS   -30
#define ERROR_METHODNOTOVERLOADED   -40
#define ERROR_EMPTYVECTOR   -50
#define ERROR_INVALIDNUMBEROFPARAMETERS   -60
#define ERROR_PARAMETERNOTWITHINRANGE   -61
#define ERROR_PARAMETERINDEXNOTWITHINRANGE   -62
#define ERROR_PARAMETERSETDOESNOTEXIST   -63
#define ERROR_PARAMETEREXISTSALREADY   -64
#define ERROR_NOMODELS   -70

Define Documentation

#define ERROR_EMPTYVECTOR   -50

Definition at line 30 of file BCErrorCodes.h.

#define ERROR_FILENOTFOUND   -10

Definition of error codes.

Author:
Daniel Kollar
Kevin Kröninger
Version:
1.0
Date:
08.2008 Error codes are defined here. Copyright (C) 2008-2012, Daniel Kollar and Kevin Kroeninger. All rights reserved.

For the licensing terms see doc/COPYING.

Definition at line 22 of file BCErrorCodes.h.

#define ERROR_INVALIDNUMBEROFPARAMETERS   -60

Definition at line 32 of file BCErrorCodes.h.

#define ERROR_METHODNOTOVERLOADED   -40

Definition at line 28 of file BCErrorCodes.h.

#define ERROR_NOEVENTS   -30

Definition at line 26 of file BCErrorCodes.h.

#define ERROR_NOMODELS   -70

Definition at line 38 of file BCErrorCodes.h.

#define ERROR_PARAMETEREXISTSALREADY   -64

Definition at line 36 of file BCErrorCodes.h.

#define ERROR_PARAMETERINDEXNOTWITHINRANGE   -62

Definition at line 34 of file BCErrorCodes.h.

#define ERROR_PARAMETERNOTWITHINRANGE   -61

Definition at line 33 of file BCErrorCodes.h.

#define ERROR_PARAMETERSETDOESNOTEXIST   -63

Definition at line 35 of file BCErrorCodes.h.

#define ERROR_TREENOTFOUND   -20

Definition at line 24 of file BCErrorCodes.h.