Module: Karafka::Pro::Encryption::Errors
- Defined in:
- lib/karafka/pro/encryption/errors.rb
Overview
Encryption related errors
Constant Summary collapse
- BaseError =
Base for all the encryption errors
Class.new(::Karafka::Errors::BaseError)
- PrivateKeyNotFoundError =
Raised when we have encountered encryption key with version we do not have
Class.new(BaseError)
- FingerprintVerificationError =
Raised when fingerprinting was enabled and payload after encryption did not match it
Class.new(BaseError)