Main Page | Namespace List | File List | File Members

error_code.h

Go to the documentation of this file.
00001 // File: error_code.h
00002 // Author: Alessio Gianelle <gianelle@pd.infn.it>
00003 // Copyright (c) 2002 The European Datagrid Project - IST programme, all rights reserved.
00004 // For license conditions see http://www.eu-datagrid.org/license.html
00005 // Contributors are mentioned in the code where appropriate.
00006 
00007 // $Id: error_code.h,v 1.7 2003/01/23 09:57:14 gianelle Exp $
00008 
00018 #ifndef EDG_WORKLOAD_CHECKPOINTING_ERROR_CODE_H
00019 #define EDG_WORKLOAD_CHECKPOINTING_ERROR_CODE_H
00020 
00021 #include "edg/workload/checkpointing/client/checkpointing_namespace.h"
00022 #include "edg/workload/common/utilities/exception_codes.h"
00023 
00024 CHKPT_NAMESPACE_BEGIN {
00025   
00030   enum {
00031     BASE = edg::workload::common::utilities::WL_CHKPT_ERROR_BASE, 
00032     CHKPT_OutOfSet,        
00033     CHKPT_UndefinedLabel,  
00034     CHKPT_WrongType,       
00035     CHKPT_LoadFailed,      
00036     CHKPT_SyntaxError,     
00037     CHKPT_EmptyState,      
00038     CHKPT_NoStateId,       
00039     CHKPT_NoIterator,      
00040     CHKPT_SaveFailed,      
00041     CHKPT_ConnProb,        
00042     CHKPT_NotAuth,         
00043   };
00044 
00045 
00046 } CHKPT_NAMESPACE_END;
00047 
00048 #endif

Generated on Wed Mar 1 00:37:46 2006 for CHECKPOINTING API by doxygen 1.3.5