//! Error types for the Hawkes process module.
//!
//! Covers parameter validation failures, simulation edge cases,
//! and MLE convergence diagnostics.
use Error;
/// Errors that can arise when constructing, simulating, or estimating
/// a [`HawkesProcess`](super::HawkesProcess).