| 378 | } |
| 379 | |
| 380 | void NotifyError(const TString& error) { |
| 381 | TNotifyHandle::NotifyError(error); |
| 382 | |
| 383 | ReleaseRequest(); |
| 384 | } |
| 385 | |
| 386 | void NotifyError(TErrorRef error) { |
| 387 | TNotifyHandle::NotifyError(error); |
no outgoing calls
no test coverage detected