public class PartialResultFailedException extends TableStoreException
| 构造器和说明 |
|---|
PartialResultFailedException(Throwable cause,
String requestId,
Response response)
Constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addError(TableStoreException ex) |
List<TableStoreException> |
getErrors() |
Response |
getResult() |
getErrorCode, getHttpStatus, getRequestId, getTraceId, setTraceId, toStringpublic void addError(TableStoreException ex)
public List<TableStoreException> getErrors()
public Response getResult()
Copyright © 2025. All Rights Reserved.