1 2 3 4 5 6
//! Error types for the t-rec library API. //! //! This module provides strongly-typed errors for library operations. // Note: This module is currently empty. Error types will be added as needed // when the library API is expanded.