Module: Karafka::Errors

Defined in:
lib/karafka/errors.rb

Overview

Namespace used to encapsulate all the internal errors of Karafka

Constant Summary collapse

BaseWorkerDescentantMissing =

Raised when application does not have ApplicationWorker or other class that directly inherits from Karafka::BaseWorker

Class.new(BaseError)