Class KafkaTxnRequiresAbortException
Represents an error that caused the current transaction to fail and enter the abortable state.
Implements
Inherited Members
Namespace: Confluent.Kafka
Assembly: Confluent.Kafka.dll
Syntax
public class KafkaTxnRequiresAbortException : KafkaException, ISerializable
Constructors
KafkaTxnRequiresAbortException(Error)
Initialize a new instance of KafkaTxnRequiresAbortException based on an existing Error instance.
Declaration
public KafkaTxnRequiresAbortException(Error error)
Parameters
Type | Name | Description |
---|---|---|
Error | error | The Error instance. |