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

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

Table of Contents