/*
SPDX-License-Identifier: GPL-3.0-or-later
Copyright © 2024 Mike Robeson [dijksterhuis]
*/
//! Re-exports of all custom error types in the library. You shouldn't need these unless you're
//! operating with lower level functions / methods / types (the [`crate::OtToolsIoError`]
//! type implements `From` for all these types).
pub use crateSlotMarkersError;
pub use crate;
pub use crateSampleSettingsError;
pub use crateInvalidValueError;
pub use crateSliceError;