Class ListConsumerGroupsException
Represents an error that occured during a list consumer group operation.
Implements
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class ListConsumerGroupsException : KafkaException, ISerializable
Constructors
ListConsumerGroupsException(ListConsumerGroupsReport)
Initialize a new instance of ListConsumerGroupsException.
Declaration
public ListConsumerGroupsException(ListConsumerGroupsReport report)
Parameters
Type | Name | Description |
---|---|---|
ListConsumerGroupsReport | report | The result corresponding to all groups in the request |
Properties
Results
The result corresponding to all groups and including all errors. Results.Errors will be non-empty and should be checked.
Declaration
public ListConsumerGroupsReport Results { get; }
Property Value
Type | Description |
---|---|
ListConsumerGroupsReport |