* Returns an error code that provides information about the type of error * that has occurred. * * @return Error code */
| 68 | * @return Error code |
| 69 | */ |
| 70 | TProtocolExceptionType getType() const { return type_; } |
| 71 | |
| 72 | const char* what() const noexcept override { |
| 73 | if (message_.empty()) { |