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

Method getType

lib/cpp/src/thrift/TApplicationException.h:68–68  ·  view source on GitHub ↗

* Returns an error code that provides information about the type of error * that has occurred. * * @return Error code */

Source from the content-addressed store, hash-verified

66 * @return Error code
67 */
68 TApplicationExceptionType getType() const { return type_; }
69
70 const char* what() const noexcept override {
71 if (message_.empty()) {

Callers 9

readerWorkerFunction · 0.45
readerWorkerMustThrowFunction · 0.45
peekerWorkerFunction · 0.45
peekerWorkerInterruptFunction · 0.45
readerWorkerMustThrowFunction · 0.45
test_rwFunction · 0.45
test_incomplete_checksumFunction · 0.45
test_invalid_checksumFunction · 0.45
test_write_after_flushFunction · 0.45

Calls

no outgoing calls

Tested by 9

readerWorkerFunction · 0.36
readerWorkerMustThrowFunction · 0.36
peekerWorkerFunction · 0.36
peekerWorkerInterruptFunction · 0.36
readerWorkerMustThrowFunction · 0.36
test_rwFunction · 0.36
test_incomplete_checksumFunction · 0.36
test_invalid_checksumFunction · 0.36
test_write_after_flushFunction · 0.36