//! Error type(s) specific to this crate, for use within the other functions this crate
use Display;
/// An error originating directly within [`caco`](crate). This is only used when an exception is
/// met that does not already result in an existing error - library calls that return errors
/// will have their errors propogated up unaltered.