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