Class IndicesAliasesResponse

All Implemented Interfaces:
IsAcknowledgedSupplier, Writeable, RefCounted, ToXContent, ToXContentObject

public class IndicesAliasesResponse extends AcknowledgedResponse
Response with error information for a request to add/remove aliases for one or more indices. Contains an acknowledged boolean, an errors boolean, and a list of results. The result list is only present if there are errors, and contains a result for every input action. This response replaces AcknowledgedResponse, and knows how to de/serialize from/to AcknowledgedResponse in case of mixed version clusters.