Module: Karafka::Web::Errors::Management
- Defined in:
- lib/karafka/web/errors.rb
Overview
Errors specific to management
Constant Summary collapse
- IncompatibleSchemaError =
Similar to processing error with the same name, it is raised when a critical incompatibility is detected.
This error is raised when there was an attempt to operate on aggregated Web UI states that are already in a newer version that the one in the current process. We prevent this from happening not to corrupt the data. Please upgrade all the Web UI consumers to the same version
Class.new(BaseError)