Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MustacheErrorCode

General syntax errors.

Hierarchy

  • MustacheErrorCode

Index

Properties

Static ErrorAt

ErrorAt: string = "ERROR_AT"

The error at

Static ErrorNear

ErrorNear: string = "ERROR_NEAR"

The error near

Static Internal

Internal: string = "INTERNAL"

The internal error

Static MismatchedBrackets

MismatchedBrackets: string = "MISTMATCHED_BRACKETS"

The mismatched brackets

Static MissingVariable

MissingVariable: string = "MISSING_VARIABLE"

The missing variable

Static NotClosedSection

NotClosedSection: string = "NOT_CLOSED_SECTION"

Not closed section

Static UnexpectedEnd

UnexpectedEnd: string = "UNEXPECTED_END"

The unexpected end.

Static UnexpectedSectionEnd

UnexpectedSectionEnd: string = "UNEXPECTED_SECTION_END"

Unexpected section end

Static UnexpectedSymbol

UnexpectedSymbol: string = "UNEXPECTED_SYMBOL"

The unexpected symbol

Static Unknown

Unknown: string = "UNKNOWN"

The unknown

Generated using TypeDoc