public static class MultiGetItem.Failure extends Object
| Modifier and Type | Method and Description |
|---|---|
ElasticsearchErrorCause |
getElasticsearchErrorCause() |
Exception |
getException() |
String |
getId() |
String |
getIndex() |
String |
getType() |
static MultiGetItem.Failure |
of(String index,
String type,
String id,
Exception exception,
ElasticsearchErrorCause elasticsearchErrorCause) |
public static MultiGetItem.Failure of(String index, @Nullable String type, String id, @Nullable Exception exception, @Nullable ElasticsearchErrorCause elasticsearchErrorCause)
@Nullable public ElasticsearchErrorCause getElasticsearchErrorCause()
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.