NetErrors.h

Go to the documentation of this file.
00001 // @(#)root/net:$Id: NetErrors.h 23091 2008-04-09 15:04:27Z rdm $
00002 // Author: Fons Rademakers   11/08/97
00003 
00004 /*************************************************************************
00005  * Copyright (C) 1995-2003, Rene Brun and Fons Rademakers.               *
00006  * All rights reserved.                                                  *
00007  *                                                                       *
00008  * For the licensing terms see $ROOTSYS/LICENSE.                         *
00009  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
00010  *************************************************************************/
00011 
00012 #ifndef ROOT_NetErrors
00013 #define ROOT_NetErrors
00014 
00015 
00016 //////////////////////////////////////////////////////////////////////////
00017 //                                                                      //
00018 // NetErrors                                                            //
00019 //                                                                      //
00020 // This header file defines error codes generated by rootd/proofd.      //
00021 //                                                                      //
00022 //////////////////////////////////////////////////////////////////////////
00023 
00024 #ifndef ROOT_Rtypes
00025 #include "Rtypes.h"
00026 #endif
00027 
00028 enum ERootdErrors {
00029    kErrUndef,
00030    kErrNoFile,
00031    kErrBadFile,
00032    kErrFileExists,
00033    kErrNoAccess,
00034    kErrFileOpen,
00035    kErrFileWriteOpen,
00036    kErrFileReadOpen,
00037    kErrNoSpace,
00038    kErrBadOp,
00039    kErrBadMess,
00040    kErrFilePut,
00041    kErrFileGet,
00042    kErrNoUser,
00043    kErrNoAnon,
00044    kErrBadUser,
00045    kErrNoHome,
00046    kErrNoPasswd,
00047    kErrBadPasswd,
00048    kErrNoSRP,
00049    kErrFatal,
00050    kErrRestartSeek,
00051    kErrNotAllowed,
00052    kErrConnectionRefused,
00053    kErrAuthNotOK,
00054    kErrWrongUser,
00055    kErrNoPipeInfo,
00056    kErrNoChangePermission,
00057    kErrBadRtag,
00058    kErrNoPassHEquNoFiles,
00059    kErrNoPassHEquBadFiles,
00060    kErrNoPassHEquFailed,
00061    kErrBadPassHEquNoFiles,
00062    kErrBadPassHEquBadFiles,
00063    kErrBadPassHEquFailed,
00064    kErrBadRtagHEquNoFiles,
00065    kErrBadRtagHEquBadFiles,
00066    kErrBadRtagHEquFailed,
00067    kErrBadPwdFile,
00068    kErrBadPwdFileHEquNoFiles,
00069    kErrBadPwdFileHEquBadFiles,
00070    kErrBadPwdFileHEquFailed,
00071    kErrError
00072 };
00073 
00074 R__EXTERN const char *gRootdErrStr[];
00075 
00076 #endif

Generated on Tue Jul 5 14:25:46 2011 for ROOT_528-00b_version by  doxygen 1.5.1