func headline(plaintext: Bool = true) -> String
ss5ErrorP15TraceableErrorsE8headline9plaintextSSSb_tF
I3B3
import TraceableErrors
import Swift
protocol Error : Sendable
A type representing an error value that can be thrown.
@frozen struct Bool
A value type whose instances are either true or false.
true
false
@frozen struct String
A Unicode string value that is a collection of characters.
static func == (lhs: Self, rhs: any Error) -> Bool