The RdKafka\KafkaErrorException class

(No version information available, might only be in Git)

Introduction

If an error occured for a transactional producer action, exception will be thrown

Class synopsis

RdKafka\KafkaErrorException {
/* Methods */
public getCode ( void ) : int
public getErrorString ( void ) : string
public getMessage ( void ) : string
public isFatal ( void ) : bool
public isRetriable ( void ) : bool
public transactionRequiresAbort ( void ) : bool
}

Table of Contents