| 275 | |
| 276 | private: |
| 277 | Status OverrideWithServerError(Status&& st) { |
| 278 | if (st.ok()) { |
| 279 | return std::move(st); |
| 280 | } |
| 281 | return stream_->Finish(std::move(st)); |
| 282 | } |
| 283 | |
| 284 | std::shared_ptr<internal::ClientDataStream> stream_; |
| 285 | ipc::IpcReadOptions options_; |