Skip to content

Structure

LexerError

LexerError reports errors during the lexing stage.
struct LexerError

Topics

Instance Properties

  • column
    Template source column where error occured
  • line
    Template source file line where error occured
  • name
    Name of template error occured in
  • reason
    Stated reason for error

Enumerations

Relationships

Conforms To

  • Swift.Error
  • Swift.Sendable
  • Swift.SendableMetatype