Class IncrementalAlterConfigsException
Represents an error that occured during an incremental alter configs request.
Implements
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class IncrementalAlterConfigsException : KafkaException, ISerializable
Constructors
IncrementalAlterConfigsException(List<IncrementalAlterConfigsReport>)
Initializes a new instance of IncrementalAlterConfigsException.
Declaration
public IncrementalAlterConfigsException(List<IncrementalAlterConfigsReport> results)
Parameters
Type | Name | Description |
---|---|---|
List<IncrementalAlterConfigsReport> | results | The result corresponding to all ConfigResources in the request (whether or not they were in error). At least one of these results will be in error. |
Properties
Results
The result corresponding to all ConfigResources in the request (whether or not they were in error). At least one of these results will be in error.
Declaration
public List<IncrementalAlterConfigsReport> Results { get; }
Property Value
Type | Description |
---|---|
List<IncrementalAlterConfigsReport> |