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

Method getType

lib/cpp/src/thrift/protocol/TProtocolException.h:70–70  ·  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

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

Callers 3

finishMethod · 0.45
serveMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected