Bdb packages | Design docs | Source docs | Guidelines | Recent releases

Search | Site Map .

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

/BdbEventStore/BdbEventStoreErrors.hh

Go to the documentation of this file.
00001 //------------------------------------------------------------------------------
00002 // File:
00003 //      BdbEventStoreErrors.hh
00004 //
00005 // Description:
00006 //      Declarations of all errors in the BdbEventStore package 
00007 //  
00008 // Environment:
00009 //      Software developed for the BaBar Detector at the SLAC B-Factory.
00010 //
00011 // Author List:
00012 //      Jacek Becla
00013 //
00014 // Copyright Information:
00015 //      Copyright (C) 1997      Stanford Linear Accelerator Center
00016 //
00017 //------------------------------------------------------------------------------
00018 
00019 #ifndef BDBEVENTSTOREERRORS_HH
00020 #define BDBEVENTSTOREERRORS_HH
00021 
00022 //-----------------
00023 // BaBar Headers --
00024 //-----------------
00025 #ifndef BDBERRORS_HH
00026 #include "BdbUtil/BdbErrors.hh"
00027 #endif
00028 
00029 extern BdbError BdbEventStoreErrExtendFailed;
00030 extern BdbError BdbEventStoreErrCantCreateDictionary;
00031 extern BdbError BdbEventStoreErrCantCreateRegistry;
00032 extern BdbError BdbEventStoreErrCollAlreadyContained;
00033 extern BdbError BdbEventStoreErrCantCreateCollection;
00034 extern BdbError BdbEventStoreErrIncompatibleAuthLevels;
00035 extern BdbError BdbEventStoreErrUnableToAddDictionary;
00036 extern BdbError BdbEventStoreErrUnableToAddCollection;
00037 extern BdbError BdbEventStoreErrUnableToAddEvent;
00038 extern BdbError BdbEventStoreErrUnableToRemoveDictionary;
00039 extern BdbError BdbEventStoreErrUnableToRemoveCollection;
00040 extern BdbError BdbEventStoreErrUnableToRemoveEvent;
00041 extern BdbError BdbEventStoreErrUnableToReplaceDictionary;
00042 extern BdbError BdbEventStoreErrUnableToReplaceCollection;
00043 extern BdbError BdbEventStoreErrUnableToReplaceEvent;
00044 extern BdbError BdbEventStoreErrUnableToClearCollection;
00045 extern BdbError BdbEventStoreErrUnableToLockDictionary;
00046 extern BdbError BdbEventStoreErrUnableToLockRegistry;
00047 extern BdbError BdbEventStoreErrCollectionNotNamed;
00048 extern BdbError BdbEventStoreErrIncompatibleDictionaries;
00049 
00050 extern BdbError BdbEventStoreErrNameNotValid;
00051 extern BdbError BdbEventStoreErrUnableToUpdate;
00052 extern BdbError BdbEventStoreErrUpdateFailure;
00053 
00054 extern BdbError BdbEventStoreErrUpdateWaiting ;
00055 extern BdbError BdbEventStoreErrUpdateWaitTimeout ;
00056 
00057 extern BdbError BdbEventStoreErrAuthFailure ;
00058 extern BdbError BdbEventStoreErrExistsFailure ;
00059 
00060 #endif /* BDBEVENTSTOREERRORS_HH */
00061 
00062 
00063 

 


BaBar Public Site | SLAC | News | Links | Who's Who | Contact Us

Page Owner: Jacek Becla
Last Update: October 04, 2002