Home
last modified time | relevance | path

Searched refs:eInternalError (Results 1 – 25 of 31) sorted by relevance

12

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netschedule/
H A Dns_gc_registry.cpp94 NCBI_THROW(CNetScheduleException, eInternalError, in DeleteIfTimedOut()
117 NCBI_THROW(CNetScheduleException, eInternalError, in UpdateLifetime()
135 NCBI_THROW(CNetScheduleException, eInternalError, in UpdateReadVacantTime()
151 NCBI_THROW(CNetScheduleException, eInternalError, in GetLifetime()
H A Dns_clients_registry.cpp183 NCBI_THROW(CNetScheduleException, eInternalError, in SetClientData()
239 NCBI_THROW(CNetScheduleException, eInternalError, in RegisterJob()
262 NCBI_THROW(CNetScheduleException, eInternalError, in RegisterBlacklistedJob()
512 NCBI_THROW(CNetScheduleException, eInternalError, in SetNodeWaiting()
741 NCBI_THROW(CNetScheduleException, eInternalError, in UpdatePreferredAffinities()
784 NCBI_THROW(CNetScheduleException, eInternalError, in UpdatePreferredAffinities()
830 NCBI_THROW(CNetScheduleException, eInternalError, in SetPreferredAffinities()
H A Dns_queue.cpp1234 NCBI_THROW(CNetScheduleException, eInternalError, "Error fetching job"); in GetStatusAndLifetime()
1261 NCBI_THROW(CNetScheduleException, eInternalError, "Error fetching job"); in GetStatusAndLifetimeAndTouch()
1374 NCBI_THROW(CNetScheduleException, eInternalError, "Error fetching job"); in ReturnJob()
1495 NCBI_THROW(CNetScheduleException, eInternalError, "Error fetching job"); in RescheduleJob()
1603 NCBI_THROW(CNetScheduleException, eInternalError, in RedoJob()
1659 NCBI_THROW(CNetScheduleException, eInternalError, "Error fetching job"); in ReadAndTouchJob()
2281 NCBI_THROW(CNetScheduleException, eInternalError, in RereadJob()
2286 NCBI_THROW(CNetScheduleException, eInternalError, in RereadJob()
2355 NCBI_THROW(CNetScheduleException, eInternalError, "Error fetching job"); in x_ChangeReadingStatus()
2371 NCBI_THROW(CNetScheduleException, eInternalError, in x_ChangeReadingStatus()
[all …]
H A Dnetscheduled.cpp213 NCBI_THROW(CNetScheduleException, eInternalError, in Run()
H A Djob_status.cpp204 NCBI_THROW(CNetScheduleException, eInternalError, in SetStatus()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/services/
H A Dnetschedule_api_expt.cpp50 {"eInternalError", CNetScheduleException::eInternalError},
89 case eInternalError: return "eInternalError"; in GetErrCodeString()
155 case eInternalError: in GetErrCodeDescription()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/services/
H A Dnetschedule_api_expt.cpp50 {"eInternalError", CNetScheduleException::eInternalError},
89 case eInternalError: return "eInternalError"; in GetErrCodeString()
155 case eInternalError: in GetErrCodeDescription()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/blast/gene_info_reader/
H A Dgene_info.hpp72 eInternalError //< Internal/algorithmic error enumerator
85 case eInternalError: return "eInternalError"; in GetErrCodeString()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objtools/blast/gene_info_reader/
H A Dgene_info.hpp72 eInternalError //< Internal/algorithmic error enumerator
85 case eInternalError: return "eInternalError"; in GetErrCodeString()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netstorage/
H A Dnst_exception.cpp67 case eInternalError: in GetErrCodeString()
H A Dnst_handler.cpp611 error_sub_code = CNetStorageServerException::eInternalError; in x_OnMessage()
616 error_sub_code = CNetStorageServerException::eInternalError; in x_OnMessage()
622 error_sub_code = CNetStorageServerException::eInternalError; in x_OnMessage()
2002 NCBI_THROW(CNetStorageServerException, eInternalError, in x_ProcessGetAttrList()
2079 NCBI_THROW(CNetStorageServerException, eInternalError, in x_ProcessGetClientObjects()
2165 NCBI_THROW(CNetStorageServerException, eInternalError, in x_ProcessGetUserObjects()
2242 NCBI_THROW(CNetStorageServerException, eInternalError, in x_ProcessGetAttr()
2317 NCBI_THROW(CNetStorageServerException, eInternalError, in x_ProcessSetAttr()
2385 NCBI_THROW(CNetStorageServerException, eInternalError, in x_ProcessDelAttr()
4046 CNetStorageServerException::eInternalError, false); in x_OptionalExpirationUpdate()
H A Dnetstoraged.cpp201 NCBI_THROW(CNetStorageServerException, eInternalError, in Run()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/connect/services/
H A Dnetschedule_api_expt.hpp67 eInternalError, enumerator
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/connect/services/
H A Dnetschedule_api_expt.hpp67 eInternalError, enumerator
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/python/examples/base/
H A Dodb.py62 eInternalError = "odb.eInternalError" variable
943 …raise eInternalError, "two autoincrement columns (%s,%s) in table (%s)" % (auto_increment_column_n…
1064 raise eInternalError, "unique where clause shouldn't return > 1 row"
1154 raise eInternalError, "rowdict instantiate with bad data_dict"
1185 …raise eInternalError, "must have primary key data filled in to save %s:Row(col:%s)" % (self._table…
/dports/www/clearsilver/clearsilver-0.10.5/python/examples/base/
H A Dodb.py62 eInternalError = "odb.eInternalError" variable
943 …raise eInternalError, "two autoincrement columns (%s,%s) in table (%s)" % (auto_increment_column_n…
1064 raise eInternalError, "unique where clause shouldn't return > 1 row"
1154 raise eInternalError, "rowdict instantiate with bad data_dict"
1185 …raise eInternalError, "must have primary key data filled in to save %s:Row(col:%s)" % (self._table…
/dports/www/p5-ClearSilver/clearsilver-0.10.5/python/examples/base/
H A Dodb.py62 eInternalError = "odb.eInternalError" variable
943 …raise eInternalError, "two autoincrement columns (%s,%s) in table (%s)" % (auto_increment_column_n…
1064 raise eInternalError, "unique where clause shouldn't return > 1 row"
1154 raise eInternalError, "rowdict instantiate with bad data_dict"
1185 …raise eInternalError, "must have primary key data filled in to save %s:Row(col:%s)" % (self._table…
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/grid/remote_app/
H A Dexec_helpers.cpp731 eInternalError = 3, enumerator
749 int exit_value = eInternalError; in MonitorRun()
757 exit_value = eInternalError; in MonitorRun()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/connect/services/impl/
H A Dnetstorage_int.hpp230 eInternalError = 1013, enumerator
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/connect/services/impl/
H A Dnetstorage_int.hpp230 eInternalError = 1013, enumerator
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/cobalt/
H A Dcobalt.cpp715 status = eInternalError; in Run()
725 ? eDatabaseError : eInternalError); in Run()
730 status = eInternalError; in Run()
734 status = eInternalError; in Run()
738 status = eInternalError; in Run()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/blast/gene_info_reader/
H A Dgene_info_reader.cpp346 NCBI_THROW(CGeneInfoException, eInternalError, in x_GiToOffset()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/cobalt/
H A Dcobalt.hpp82 eInternalError, ///< Unexpected error occured enumerator
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/blast/gene_info_reader/
H A Dgene_info_reader.cpp346 NCBI_THROW(CGeneInfoException, eInternalError, in x_GiToOffset()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objtools/pubseq_gateway/client/
H A Dpsg_client.hpp61 eInternalError, enumerator

12