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