FirstLineError
struct FirstLineError : Error, Sendable
A failure to parse the first line of an annotated Hylo file.
-
Creates an instance whose detailed description is
details.Declaration
Swift
init(_ details: String) -
A detailed description of the cause of this failure.
Declaration
Swift
let details: String
View on GitHub