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
Instance Properties
let column: UIntSource file column causing errorlet file: StringSource file name causing errorlet function: StringSource function causing errorlet line: UIntSource file line causing errorlet reason: LeafError.ReasonThe specific reason for the error
Enumerations
enum ReasonPossible cases of a LeafError.Reason, with applicable stored values where useful for the type
Relationships
Conforms To
Swift.ErrorSwift.SendableSwift.SendableMetatype