//! Error types for the render pipeline.
//!
//! This module provides the error type [`RenderError`] for the render pipeline
//! (graph construction, layout, and export).
use io;
use Error;
/// The main error type for Orrery runtime operations.
///
/// This covers I/O, graph construction, layout, and export errors.