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