Go to the documentation of this file.Go to the SVN repository for this file.
1 #ifndef NETSTORAGE_GC_EXCEPTION__HPP
2 #define NETSTORAGE_GC_EXCEPTION__HPP
39 const string k_StopGC =
"Stop garbage collecting due to error";
NCBI_EXCEPTION_DEFAULT(CNetStorageGCException, CException)
virtual const char * GetErrCodeString(void) const
Get error code interpreted as text.
@ eNetStorageServiceNotFound
@ eDBStructureVersionNotFound
@ eTooManyDBStructureVersions
EErrCode
Error types that an application can generate.
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
Defines NCBI C++ exception handling.
const string k_UnknownException