Class BulkError
java.lang.Object
co.elastic.clients.elasticsearch.security.BulkError
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<BulkError>Json deserializer forBulkError
- 
Method SummaryModifier and TypeMethodDescriptionfinal intcount()Required - The number of errorsfinal Map<String,ErrorCause> details()Required - Details about the errors, keyed by role namestatic BulkErrorvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
- 
Field Details- 
_DESERIALIZERJson deserializer forBulkError
 
- 
- 
Method Details- 
of
- 
countpublic final int count()Required - The number of errorsAPI name: count
- 
detailsRequired - Details about the errors, keyed by role nameAPI name: details
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupBulkErrorDeserializer
 
-