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: Script did not call show_object

cadquery.cqgi.NoOutputError is raised when a CadQuery script executed via the CadQuery Gateway Interface (CQGI) completes its execution without invoking show_object() to pass geometry to the environment.

ScriptExecutionError

An exception class defined in CadQuery's CQGI (CadQuery Gateway Interface) subsystem that represents syntax or execution failures in CadQuery scripts, providing line and error message metadata for interactive host environments.