//! # Error Type Definitions for the [`HelpSystem`].
//!
//! This module defines the comprehensive [`Error`] type for the
//! Help System API.
//!
//! [`HelpSystem`]: super::HelpSystem
use Error as ThisError;
/// Comprehensive error type for the help system.