cadquery errors

Canonical explanations and fixes for cadquery toolchain error signatures.

cadquery.cqgi.InvalidParameterError

An error raised by the CadQuery Gateway Interface (CQGI) when an execution environment provides a parameter override value that cannot be coerced to the expected type or violates defined parameter constraints.

CadQuery CQGI NoOutputError

The NoOutputError occurs in a CadQuery script executing inside a CQGI container (like CQ-Editor or cq-cli) when the script generates geometry but fails to export it to the environment by calling the injected show_object() method.

cadquery.cqgi.ScriptExecutionError

A `ScriptExecutionError` is raised by the CadQuery Gateway Interface (CQGI) when a script provided for execution contains invalid Python syntax, preventing it from being parsed.