Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members  

errmsg.h

00001 //==========================================================================
00002 //   ERRMSG.H - header for
00003 //                             OMNeT++
00004 //            Discrete System Simulation in C++
00005 //
00006 //
00007 //  Error code constants
00008 //
00009 //==========================================================================
00010 
00011 /*--------------------------------------------------------------*
00012   Copyright (C) 1992-2001 Andras Varga
00013   Technical University of Budapest, Dept. of Telecommunications,
00014   Stoczek u.2, H-1111 Budapest, Hungary.
00015 
00016   This file is distributed WITHOUT ANY WARRANTY. See the file
00017   `license' for details on this and other legal matters.
00018 *--------------------------------------------------------------*/
00019 
00020 #ifndef __ERRMSG_H
00021 #define __ERRMSG_H
00022 
00023 
00024 //
00025 // Error codes
00026 //
00027 enum {
00028         eOK          =  0,
00029         eBADCAST     =  1,
00030         eCIRCREF     =  2,
00031         eNUMARGS     =  3,
00032         eNOMODIF     =  4,
00033         eUISTARTUP   =  5,
00034         eSTOPSIMRCVD =  6,
00035         eNOMOD       =  7,
00036         eNOGATE      =  8,
00037         eINGATE      =  9,
00038         eNOPARAM     = 10,
00039         eNOMEM       = 11,
00040         eINCAUSAL    = 12,
00041         eMODFIN      = 13,
00042         eBADTRANSF   = 14,
00043         eBADINIT     = 15,
00044         eUNEXP       = 16,
00045         eNORECV      = 17,
00046         eSTKLOW      = 18,
00047         eENDEDOK     = 19,
00048         eMODINI      = 20,
00049         eNULLPTR     = 21,
00050         eNULLREF     = 22,
00051         eOUTVECT     = 23,
00052         ePARCHF      = 24,
00053         eNEGTIME     = 25,
00054         eMATH        = 26,
00055         eFPERR       = 27,
00056         eNEGTOUT     = 28,
00057         eNODEL       = 29,
00058         eCANCEL      = 30,
00059         eSETUP       = 31,
00060         eBADEXP      = 32,
00061         eFINISH      = 33,
00062         eENDSIM      = 34,
00063         eREALTIME    = 35,
00064         eSIMTIME     = 36,
00065         eCANTDUP     = 37,
00066         eINFLOOP     = 38,
00067         eSTATECHG    = 39,
00068         eCANTCOPY    = 40,
00069         eBADGATE     = 41,
00070         eNOTCONN     = 42,
00071         eBADKEY      = 43,
00072         eNOMODDEF    = 44,
00073         eNOCHANDEF   = 45,
00074         eNOSUCHNET   = 46,
00075         ePVM         = 47,
00076         eBADARGS     = 48,
00077         eBACKSCHED   = 49,
00078         eOUTGATE     = 50,
00079         eCHERROR     = 51, //NL
00080         eCHDELAY     = 52, //NL
00081         eARRAY       = 53, //NL
00082         eCUSTOM      = 54,
00083         eNOMEM2      = 55,
00084         eUSER        = 56
00085 };
00086 
00087 extern char *emsg[];
00088 
00089 #endif

Generated at Sat May 4 15:45:49 2002 for OMNeT++ by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001