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