Exception: Glib::Params::Allowlist::UnrecognizedValue

Inherits:
StandardError
  • Object
show all
Defined in:
app/controllers/concerns/glib/params/allowlist.rb

Overview

Raised when a MUTATING request submits a present-but-unrecognised value: real clients only submit values the UI offered, so a mismatch means a value was forgotten from the allow-list or the client is broken — both must surface (via the consumer's 500/reporting pipeline), not silently degrade into the wrong behavior.