Constructor
new KafkaJSDeleteTopicRecordsError()
Extends
Members
abortable :boolean
Whether the error is abortable (for transactional producer).
Type:
- boolean
- Overrides:
code :number
The error code from Librdkafka.
This field should be checked (as opposed to the type of the error) to determine what sort of an error this is.
Type:
- number
- Overrides:
- See:
-
- RdKafka.LibrdKafkaError.codes For a list of error codes that can be returned.
fatal :boolean
Whether the error is fatal (for transactional producer).
Type:
- boolean
- Overrides:
message :string
Message detailing the error.
Type:
- string
- Overrides:
name :string
Name of the error.
Type:
- string
- Overrides:
retriable :boolean
Whether the error is retriable (for transactional producer).
Type:
- boolean
- Overrides:
stack
The stack trace of the error.
- Overrides: