Gets error description if any * * @return Error description. */
| 94 | * @return Error description. |
| 95 | */ |
| 96 | std::string error_description() const |
| 97 | { |
| 98 | return _error_description; |
| 99 | } |
| 100 | /** Throws a runtime exception in case it contains a valid error status */ |
| 101 | void throw_if_error() const |
| 102 | { |
no outgoing calls
no test coverage detected