/*
Appellation: error <module>
Contrib: @FL03
*/
//! ths module implements various error-handling primitives and utilities
//!
pub use StdError;
pub use ;
/// this module implements an enumerated error type used throughout the sdk
/// the this module implements a raw, generic error type wrapper
/// this module implements an alternative error type that uses some kind to distinguish
/// between different error types
/// this trait is used to denote various _error kinds_ for use throughout the sdk