MCPcopy Create free account
hub / github.com/apache/thrift / throwBadSeqId_

Method throwBadSeqId_

lib/cpp/src/thrift/async/TConcurrentClientSyncInfo.cpp:110–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void TConcurrentClientSyncInfo::throwBadSeqId_()
111{
112 throw apache::thrift::TApplicationException(
113 TApplicationException::BAD_SEQUENCE_ID,
114 "server sent a bad seqid");
115}
116
117void TConcurrentClientSyncInfo::throwDeadConnection_()
118{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected