Error
public enum Error : Swift.Error
Error generated by HBMustacheTemplate.parse
-
the end section does not match the name of the start section
Declaration
Swift
case sectionCloseNameIncorrect
-
tag was badly formatted
Declaration
Swift
case unfinishedName
-
was not expecting a section end
Declaration
Swift
case expectedSectionEnd
-
set delimiter tag badly formatted
Declaration
Swift
case invalidSetDelimiter
-
cannot apply transform to inherited section
Declaration
Swift
case transformAppliedToInheritanceSection
-
illegal token inside inherit section of partial
Declaration
Swift
case illegalTokenInsideInheritSection
-
text found inside inherit section of partial
Declaration
Swift
case textInsideInheritSection
-
config variable syntax is wrong
Declaration
Swift
case invalidConfigVariableSyntax
-
unrecognised config variable
Declaration
Swift
case unrecognisedConfigVariable