Exception: Kumi::Core::Errors::UnsupportedFeature

Inherits:
Error
  • Object
show all
Defined in:
lib/kumi/core/errors.rb

Overview

A construct the schema uses is valid but not supported by the current backend/target (e.g. a codegen target that lacks an opcode or shift policy). Distinct from CompilerBug (a violated invariant) and from a user error (the schema is well-formed) — it names the missing capability.