A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/pubseq__gateway__types_8hpp.html below:

NCBI C++ ToolKit: src/app/pubseq_gateway/server/pubseq_gateway_types.hpp File Reference

#include <string>
#include <chrono>

Go to the source code of this file.

Go to the SVN repository for this file.

enum   EPSGS_PubseqGatewayErrorCode {
  ePSGS_UnknownSatellite = 300 , ePSGS_BadURL = 301 , ePSGS_NoUsefulCassandra = 302 , ePSGS_MalformedParameter = 304 ,
  ePSGS_UnknownResolvedSatellite = 305 , ePSGS_NoBioseqInfo = 306 , ePSGS_BioseqInfoError = 307 , ePSGS_BadID2Info = 308 ,
  ePSGS_UnpackingError = 309 , ePSGS_UnknownError = 310 , ePSGS_NoBlobPropsError = 311 , ePSGS_UnresolvedSeqId = 312 ,
  ePSGS_InsufficientArguments = 313 , ePSGS_InvalidId2Info = 314 , ePSGS_NoSplitHistoryError = 315 , ePSGS_NoBioseqInfoForGiError = 316 ,
  ePSGS_BioseqInfoMultipleRecords = 318 , ePSGS_ServerLogicError = 319 , ePSGS_BioseqInfoAccessionAdjustmentError = 320 , ePSGS_NoProcessor = 321 ,
  ePSGS_ShuttingDown = 322 , ePSGS_Unauthorised = 323 , ePSGS_TestIOError = 324 , ePSGS_StatisticsError = 325 ,
  ePSGS_AckAlertError = 326 , ePSGS_GetAlertsError = 327 , ePSGS_ShutdownError = 328 , ePSGS_StatusError = 329 ,
  ePSGS_InfoError = 330 , ePSGS_ConfigError = 331 , ePSGS_HealthError = 332 , ePSGS_TooManyRequests = 333 ,
  ePSGS_RequestCancelled = 334 , ePSGS_BlobRetrievalIsNotAuthorized = 335 , ePSGS_RequestTimeout = 336 , ePSGS_NotFoundAndNotInstantiated = 337 ,
  ePSGS_IPGNotFound = 338 , ePSGS_IPGKeyspaceNotAvailable = 339 , ePSGS_NoWebCubbyUserCookieError = 340 , ePSGS_MyNCBIError = 341 ,
  ePSGS_MyNCBINotFound = 342 , ePSGS_SecureSatUnauthorized = 343 , ePSGS_CassConnectionError = 344 , ePSGS_MyNCBIRequestInitiatorDestroyed = 345 ,
  ePSGS_BlobChunkAfterFallbackRequested = 346 , ePSGS_NotFoundID2BlobPropWithFallback = 347 , ePSGS_ID2ChunkErrorWithFallback = 348 , ePSGS_ID2ChunkErrorAfterFallbackRequested = 349 ,
  ePSGS_ID2InfoParseErrorFallback = 350 , ePSGS_ConnectionExceedsSoftLimit = 351 , ePSGS_GetSatMappingError = 352 , ePSGS_DispatcherStatusError = 353 ,
  ePSGS_ConnectionsStatusError = 354 , ePSGS_HelloStatusError = 355
}   enum   EPSGS_ResolutionResult {
  ePSGS_Si2csiCache , ePSGS_Si2csiDB , ePSGS_BioseqCache , ePSGS_BioseqDB ,
  ePSGS_NotResolved , ePSGS_PostponedForDB
}   enum   EPSGS_SeqIdParsingResult { ePSGS_ParsedOK , ePSGS_ParseFailed }   enum   EPSGS_DbFetchType {
  ePSGS_BlobBySeqIdFetch , ePSGS_BlobBySatSatKeyFetch , ePSGS_AnnotationFetch , ePSGS_AnnotationBlobFetch ,
  ePSGS_TSEChunkFetch , ePSGS_BioseqInfoFetch , ePSGS_Si2csiFetch , ePSGS_SplitHistoryFetch ,
  ePSGS_PublicCommentFetch , ePSGS_AccVerHistoryFetch , ePSGS_IPGResolveFetch , ePSGS_UnknownFetch
}   enum   EPSGS_CacheLookupResult { ePSGS_CacheHit , ePSGS_CacheNotHit , ePSGS_CacheFailure }   enum   EPSGS_AccessionAdjustmentResult {
  ePSGS_NotRequired , ePSGS_AdjustedWithGi , ePSGS_AdjustedWithAny , ePSGS_SeqIdsEmpty ,
  ePSGS_LogicError
}   enum   EPSGS_ReplyMimeType {
  ePSGS_JsonMime , ePSGS_HtmlMime , ePSGS_BinaryMime , ePSGS_PlainTextMime ,
  ePSGS_ImageMime , ePSGS_PSGMime , ePSGS_NotSet
}   enum   EPSGS_BlobSkipReason { ePSGS_BlobExcluded , ePSGS_BlobInProgress , ePSGS_BlobSent }   enum   EPSGS_StartupDataState { ePSGS_NoCassConnection , ePSGS_NoValidCassMapping , ePSGS_NoCassCache , ePSGS_StartupDataOK }   enum   EPSGS_LoggingFlag { ePSGS_NeedLogging , ePSGS_SkipLogging }   enum   EPSGS_StatusUpdateFlag { ePSGS_NeedStatusUpdate , ePSGS_SkipStatusUpdate }   ◆ psg_clock_t ◆ psg_time_point_t ◆ TAuthToken ◆ TProcessorPriority ◆ EPSGS_AccessionAdjustmentResult Enumerator ePSGS_NotRequired  ePSGS_AdjustedWithGi  ePSGS_AdjustedWithAny  ePSGS_SeqIdsEmpty  ePSGS_LogicError 

Definition at line 171 of file pubseq_gateway_types.hpp.

◆ EPSGS_BlobSkipReason ◆ EPSGS_CacheLookupResult ◆ EPSGS_DbFetchType Enumerator ePSGS_BlobBySeqIdFetch  ePSGS_BlobBySatSatKeyFetch  ePSGS_AnnotationFetch  ePSGS_AnnotationBlobFetch  ePSGS_TSEChunkFetch  ePSGS_BioseqInfoFetch  ePSGS_Si2csiFetch  ePSGS_SplitHistoryFetch  ePSGS_PublicCommentFetch  ePSGS_AccVerHistoryFetch  ePSGS_IPGResolveFetch  ePSGS_UnknownFetch 

Definition at line 148 of file pubseq_gateway_types.hpp.

◆ EPSGS_LoggingFlag ◆ EPSGS_PubseqGatewayErrorCode Enumerator ePSGS_UnknownSatellite  ePSGS_BadURL  ePSGS_NoUsefulCassandra  ePSGS_MalformedParameter  ePSGS_UnknownResolvedSatellite  ePSGS_NoBioseqInfo  ePSGS_BioseqInfoError  ePSGS_BadID2Info  ePSGS_UnpackingError  ePSGS_UnknownError  ePSGS_NoBlobPropsError  ePSGS_UnresolvedSeqId  ePSGS_InsufficientArguments  ePSGS_InvalidId2Info  ePSGS_NoSplitHistoryError  ePSGS_NoBioseqInfoForGiError  ePSGS_BioseqInfoMultipleRecords  ePSGS_ServerLogicError  ePSGS_BioseqInfoAccessionAdjustmentError  ePSGS_NoProcessor  ePSGS_ShuttingDown  ePSGS_Unauthorised  ePSGS_TestIOError  ePSGS_StatisticsError  ePSGS_AckAlertError  ePSGS_GetAlertsError  ePSGS_ShutdownError  ePSGS_StatusError  ePSGS_InfoError  ePSGS_ConfigError  ePSGS_HealthError  ePSGS_TooManyRequests  ePSGS_RequestCancelled  ePSGS_BlobRetrievalIsNotAuthorized  ePSGS_RequestTimeout  ePSGS_NotFoundAndNotInstantiated  ePSGS_IPGNotFound  ePSGS_IPGKeyspaceNotAvailable  ePSGS_NoWebCubbyUserCookieError  ePSGS_MyNCBIError  ePSGS_MyNCBINotFound  ePSGS_SecureSatUnauthorized  ePSGS_CassConnectionError  ePSGS_MyNCBIRequestInitiatorDestroyed  ePSGS_BlobChunkAfterFallbackRequested  ePSGS_NotFoundID2BlobPropWithFallback  ePSGS_ID2ChunkErrorWithFallback  ePSGS_ID2ChunkErrorAfterFallbackRequested  ePSGS_ID2InfoParseErrorFallback  ePSGS_ConnectionExceedsSoftLimit  ePSGS_GetSatMappingError  ePSGS_DispatcherStatusError  ePSGS_ConnectionsStatusError  ePSGS_HelloStatusError 

Definition at line 60 of file pubseq_gateway_types.hpp.

◆ EPSGS_ReplyMimeType Enumerator ePSGS_JsonMime  ePSGS_HtmlMime  ePSGS_BinaryMime  ePSGS_PlainTextMime  ePSGS_ImageMime  ePSGS_PSGMime  ePSGS_NotSet 

Definition at line 180 of file pubseq_gateway_types.hpp.

◆ EPSGS_ResolutionResult Enumerator ePSGS_Si2csiCache  ePSGS_Si2csiDB  ePSGS_BioseqCache  ePSGS_BioseqDB  ePSGS_NotResolved  ePSGS_PostponedForDB 

Definition at line 132 of file pubseq_gateway_types.hpp.

◆ EPSGS_SeqIdParsingResult ◆ EPSGS_StartupDataState Enumerator ePSGS_NoCassConnection  ePSGS_NoValidCassMapping  ePSGS_NoCassCache  ePSGS_StartupDataOK 

Definition at line 205 of file pubseq_gateway_types.hpp.

◆ EPSGS_StatusUpdateFlag ◆ kUnknownPriority

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4