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