ErrorContext
public struct ErrorContext<E> where E : Error
extension ErrorContext : Error
ErrorContext
encapsulates all of the available debugging information about an function in a Link
.
-
The error which this context encapsulates.
Declaration
Swift
public let error: E
-
A represention of the path of
Links
which result in the erroringLink
.Declaration
Swift
public let trace: AsyncTrace