Skip to main content

Module error

Module error 

Source
Expand description

Typed error types for par-term-render.

This module provides structured error types so callers at the crate boundary can match on specific error variants instead of relying on opaque anyhow strings.

TODO(QA-010): Other workspace crates (53 files) use bare anyhow::Result. Consider migrating each crate’s error types to thiserror-based enums for better error handling. Priority: par-term-mcp (IPC protocol errors), par-term-terminal (PTY/terminal errors).

Enums§

RenderError
Top-level error type for the GPU rendering engine.