Module: Karafka::Web::Errors

Defined in:
lib/karafka/web/errors.rb

Overview

Karafka::Web related errors

Defined Under Namespace

Modules: Management, Processing, Ui

Constant Summary collapse

BaseError =

Base class for all errors related to the web ui

Class.new(::Karafka::Errors::BaseError)
ContractError =

Raised when the a report is not valid for any reason This should never happen and if you see this, please open an issue.

Class.new(BaseError)