Class DescribeConsumerGroupsException
Represents an error that occured during a describe consumer group operation.
Implements
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class DescribeConsumerGroupsException : KafkaException, ISerializable
Constructors
DescribeConsumerGroupsException(DescribeConsumerGroupsReport)
Initialize a new instance of DescribeConsumerGroupsException.
Declaration
public DescribeConsumerGroupsException(DescribeConsumerGroupsReport results)
Parameters
Type | Name | Description |
---|---|---|
DescribeConsumerGroupsReport | results | The result corresponding to all groups 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 groups in the request, (whether or not they were in error). At least one of these results will be in error.
Declaration
public DescribeConsumerGroupsReport Results { get; }
Property Value
Type | Description |
---|---|
DescribeConsumerGroupsReport |