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