var underlying: any Error { get }
s15TraceableErrors0A5ErrorP10underlyings0C0_pvp
82C8O
import TraceableErrors
protocol TraceableError : CustomStringConvertible, Error
A link in a propogated error.
protocol Error : Sendable
A type representing an error value that can be thrown.
var notes: [String] { get }
Context associated with this error. The last note will be printed first, after information related to the underlying error has been printed.
underlying