A link in a propogated error.
protocol TraceableError : CustomStringConvertible, Error
s15TraceableErrors0A5ErrorP
5X96X
import TraceableErrors
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Error : Sendable
A type representing an error value that can be thrown.
protocol Sendable
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
var underlying: any Error { get }
var description: String { get }