// SPDX-License-Identifier: MIT
// Copyright (c) 2026 Nayeem Bin Ahsan
//! Crate-level error type for Edge-TTS synthesis failures.
use Error;
/// All ways a synthesis request can fail.
///
/// Callers typically propagate this with `?` or match on a variant to
/// decide whether to retry (e.g. [`TtsError::Connect`] after a network blip).