Class DeleteTopicsException
Represents an error that occured during a delete topics request.
Implements
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class DeleteTopicsException : KafkaException, ISerializable
Constructors
DeleteTopicsException(List<DeleteTopicReport>)
Initializes a new DeleteTopicsException.
Declaration
public DeleteTopicsException(List<DeleteTopicReport> results)
Parameters
Type | Name | Description |
---|---|---|
List<DeleteTopicReport> | 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 List<DeleteTopicReport> Results { get; }
Property Value
Type | Description |
---|---|
List<DeleteTopicReport> |