//! Error types for the mdmodels crate.
//!
//! This module defines the error types used throughout the crate,
//! particularly for operations related to data model processing.
use Error;
use crateValidator;
/// Errors that can occur when working with data models.
///
/// This enum represents the various error conditions that may arise
/// during data model operations such as validation, deserialization,
/// and file I/O.