NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/rwstream.hpp>
#include <connect/services/impl/netstorage_impl.hpp>
#include <connect/services/netstorage_ft.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
struct | SEmbeddedStreamReaderWriter |
struct | SIoStreamEmbeddedStreamReaderWriter |
struct | SNetStorageObjectRWStream |
Functions | |
CNetStorageException::EErrCode | ConvertErrCode (CNetCacheException::TErrCode code) |
void | g_ThrowNetStorageException (const CDiagCompileInfo &compile_info, const CNetCacheException &prev_exception, const string &message) |
|
inline |
Definition at line 397 of file netstorage.cpp.
References CNetCacheException::eAccessDenied, CNetCacheException::eAuthenticationError, CNetStorageException::eAuthError, CNetCacheException::eBlobClipped, CNetCacheException::eBlobNotFound, CNetStorageException::eInvalidArg, CNetCacheException::eInvalidServerResponse, CNetStorageException::eIOError, CNetCacheException::eKeyFormatError, CNetStorageException::eNotExists, CNetCacheException::eNotImplemented, CNetStorageException::eNotSupported, CNetCacheException::eServerError, CNetStorageException::eServerError, CNetStorageException::eUnknown, and CNetCacheException::eUnknownCommand.
Referenced by g_ThrowNetStorageException().
void g_ThrowNetStorageException | ( | const CDiagCompileInfo & | compile_info, |
const CNetCacheException & | prev_exception, | ||
const string & | message | ||
) |
Definition at line 425 of file netstorage.cpp.
References ConvertErrCode(), and CException::GetErrCode().