Class ListConsumerGroupsException
Represents an error that occured during a list consumer group operation.
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: Confluent.Kafka.Admin
Assembly: cs.temp.dll.dll
Syntax
public class ListConsumerGroupsException : KafkaException, ISerializable, _Exception
Constructors
ListConsumerGroupsException(ListConsumerGroupsReport)
Initialize a new instance of ListConsumerGroupsException.
Declaration
public ListConsumerGroupsException(ListConsumerGroupsReport report)
Parameters
Type | Name | Description |
---|---|---|
ListConsumerGroupsReport | report | The result corresponding to all groups in the request |
Properties
Results
The result corresponding to all groups and including all errors. Results.Errors will be non-empty and should be checked.
Declaration
public ListConsumerGroupsReport Results { get; }
Property Value
Type | Description |
---|---|
ListConsumerGroupsReport |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception