[][src]Type Definition alchemy_lifecycle::error::Error

type Error = Box<dyn Error>;

A generic Error type that we use. It currently just aliases to Box<std::error::Error>, but could change in the future.