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