//! Error type for the `ts-fix` crate.
use Error;
/// Errors returned by [`crate::TsFixBuilder::build`] and [`crate::TsFix::push`].
///
/// `#[non_exhaustive]` so future variants (e.g. from new repair operations) are
/// additive — callers must not match exhaustively.