Class KafkaRetriableException
Represents an error where the operation that caused it may be retried.
Implements
Inherited Members
Namespace: Confluent.Kafka
Assembly: Confluent.Kafka.dll
Syntax
public class KafkaRetriableException : KafkaException, ISerializable
Constructors
KafkaRetriableException(Error)
Initialize a new instance of KafkaRetriableException based on an existing Error instance.
Declaration
public KafkaRetriableException(Error error)
Parameters
Type | Name | Description |
---|---|---|
Error | error | The Error instance. |