public interface ErrorHandler<RespT>
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
handleRequestError(BackOffer backOffer,
Exception e)
Handle the error received during a calling process before it could return a normal response.
|
boolean |
handleResponseError(BackOffer backOffer,
RespT resp)
Handle the error received in the response after a calling process completes.
|
Copyright © 2023 PingCAP. All rights reserved.