Module abscissa_core::error[][src]

Error types used by this crate

Re-exports

pub use self::context::Context;
pub use self::message::Message;

Modules

context

Error contexts

framework

Framework error types

macros

Error-handling macros for the abscissa framework

message

Error messages

Type Definitions

BoxError

Box containing a thread-safe + 'static error suitable for use as a as an std::error::Error::source