| 443 | } |
| 444 | |
| 445 | void NotifyError( |
| 446 | const TString& errorText, |
| 447 | TError::TType errorType = TError::UnknownType, |
| 448 | i32 errorCode = 0, i32 systemErrorCode = 0) { |
| 449 | NotifyError(new TError(errorText, errorType, errorCode, systemErrorCode)); |
| 450 | } |
| 451 | |
| 452 | void NotifyError(TErrorRef error, const THttpParser* rsp = nullptr) { |
| 453 | THandleRef h(ReleaseHandler()); |
no outgoing calls
no test coverage detected