Class ListOffsetsException
Represents an error occurred while listing offsets.
Implements
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class ListOffsetsException : KafkaException, ISerializable
Constructors
ListOffsetsException(ListOffsetsReport)
Initializes a new instance of ListOffsetsException.
Declaration
public ListOffsetsException(ListOffsetsReport result)
Parameters
Type | Name | Description |
---|---|---|
ListOffsetsReport | result | The result corresponding to all partitions in the request (whether or not they were in error). At least one of these topic partiton in result will be in error. |
Properties
Result
The result corresponding to all partitions in the request (whether or not they were in error). At least one of these results will be in error.
Declaration
public ListOffsetsReport Result { get; }
Property Value
Type | Description |
---|---|
ListOffsetsReport |