NCBI C++ ToolKit
messages.hpp
Go to the documentation of this file.

Go to the SVN repository for this file.

1 #ifndef ALGO_ALIGN_MESSAGES_HPP
2 #define ALGO_ALIGN_MESSAGES_HPP
3 
4 /* $Id: messages.hpp 74554 2016-09-12 21:07:07Z kiryutin $ */
5 
6 #include <corelib/ncbistd.hpp>
7 
9 
10 const char g_msg_InvalidTranscriptSymbol[] = "Invalid transcript symbol";
11 
12 const char g_msg_InvalidBacktraceData[] = "Invalid backtrace data";
13 
14 const char g_msg_UnexpectedTermIndex[] = "Term index not initialized";
15 
16 const char g_msg_InvalidAddress[] = "Invalid address specified";
17 
19  "Invalid sequence character(s) detected";
20 
21 const char g_msg_InvalidSpliceTypeIndex[] = "Invalid splice type index";
22 
23 const char g_msg_NullParameter[] = "Null pointer or data passed";
24 
25 const char g_msg_GuideCoreSizeTooLong[] = "Guide core is too long";
26 
27 const char g_msg_InconsistentArguments[] = "Inconsistent arguments";
28 
29 const char g_msg_DataNotAvailable[] =
30  "Sequence data not available for one or both sequences";
31 
32 const char g_msg_OutOfSpace[] = "Out of space";
33 
34 const char g_msg_HitSpaceLimit[] = "Space limit exceeded";
35 
36 const char g_msg_IntronTooLong[] = "Cannot handle introns longer than 1MB";
37 
38 const char g_msg_NoAlignment[] = "Sequence not aligned yet";
39 
40 const char g_msg_GapsOnly[] = "Alignment consists of gaps only";
41 
43 
44 #endif
Include a standard set of the NCBI C++ Toolkit most basic headers.
#define END_NCBI_SCOPE
End previously defined NCBI scope.
Definition: ncbistl.hpp:103
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
Definition: ncbistl.hpp:100
const char g_msg_InconsistentArguments[]
Definition: messages.hpp:27
const char g_msg_HitSpaceLimit[]
Definition: messages.hpp:34
const char g_msg_InvalidTranscriptSymbol[]
Definition: messages.hpp:10
const char g_msg_NoAlignment[]
Definition: messages.hpp:38
const char g_msg_GuideCoreSizeTooLong[]
Definition: messages.hpp:25
const char g_msg_UnexpectedTermIndex[]
Definition: messages.hpp:14
const char g_msg_GapsOnly[]
Definition: messages.hpp:40
const char g_msg_InvalidAddress[]
Definition: messages.hpp:16
const char g_msg_OutOfSpace[]
Definition: messages.hpp:32
const char g_msg_NullParameter[]
Definition: messages.hpp:23
const char g_msg_InvalidSpliceTypeIndex[]
Definition: messages.hpp:21
const char g_msg_InvalidBacktraceData[]
Definition: messages.hpp:12
const char g_msg_InvalidSequenceChars[]
Definition: messages.hpp:18
const char g_msg_IntronTooLong[]
Definition: messages.hpp:36
const char g_msg_DataNotAvailable[]
Definition: messages.hpp:29
Modified on Wed Sep 04 15:02:10 2024 by modify_doxy.py rev. 669887