Function Subspace :: sus :: error :: error_source

template <class E>
auto error_source(const E& error) -> Option<const DynError&>
requires
sus::error::Error<E>

Gets a the source Error, type-erased as DynError, which caused the error to occur.