Uses of Class
io.camunda.client.protocol.rest.BatchOperationError
Packages that use BatchOperationError
-
Uses of BatchOperationError in io.camunda.client.impl.search.response
Constructors in io.camunda.client.impl.search.response with parameters of type BatchOperationError -
Uses of BatchOperationError in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return BatchOperationErrorModifier and TypeMethodDescriptionBatchOperationError.partitionId(Integer partitionId) BatchOperationError.type(BatchOperationError.TypeEnum type) Methods in io.camunda.client.protocol.rest that return types with arguments of type BatchOperationErrorModifier and TypeMethodDescriptionBatchOperationResponse.getErrors()The errors that occurred per partition during the batch operation.Methods in io.camunda.client.protocol.rest with parameters of type BatchOperationErrorModifier and TypeMethodDescriptionBatchOperationResponse.addErrorsItem(BatchOperationError errorsItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type BatchOperationErrorModifier and TypeMethodDescriptionBatchOperationResponse.errors(List<BatchOperationError> errors) voidBatchOperationResponse.setErrors(List<BatchOperationError> errors)