Function Subspace :: sus :: error :: error_display

template <class E>
auto error_display(const E& error) -> std::string
requires
sus::error::Error<E>

Gets a string describing the error from an Error object.