Structure
LeafError
LeafError reports errors during the template rendering process, wrapping more specific errors if necessary during Lexing and Parsing stages.struct LeafError
Topics
Initializers
init(_:file:function:line:column:)Create aLeafError.
Instance Properties
columnSource file column causing errorfileSource file name causing errorfunctionSource function causing errorlineSource file line causing errorreasonThe specific reason for the error
Enumerations
LeafError.ReasonPossible cases of a LeafError.Reason, with applicable stored values where useful for the type
Relationships
Conforms To
Swift.ErrorSwift.SendableSwift.SendableMetatype