Class AlterConfigsException
Represents an error that occured during an alter configs request.
Implements
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class AlterConfigsException : KafkaException, ISerializable
Constructors
AlterConfigsException(List<AlterConfigsReport>)
Initializes a new instance of AlterConfigsException.
Declaration
public AlterConfigsException(List<AlterConfigsReport> results)
Parameters
Type | Name | Description |
---|---|---|
List<AlterConfigsReport> | 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<AlterConfigsReport> Results { get; }
Property Value
Type | Description |
---|---|
List<AlterConfigsReport> |