MustacheErrorCode

General syntax errors.

Description

The MustacheErrorCode class provides definitions for general syntax errors.

Fields

ErrorAt

Error at

ErrorAt = “ERROR_AT”

ErrorNear

Error near

ErrorNear = “ERROR_NEAR”;

Internal

Internal error

Internal = “INTERNAL”

MismatchedBrackets

Mismatched brackets

MismatchedBrackets = “MISTMATCHED_BRACKETS”

MissingVariable

Missing variable

MissingVariable = “MISSING_VARIABLE”

NotClosedSection

Not closed section

NotClosedSection = “NOT_CLOSED_SECTION”

UnexpectedEnd

Unexpected end

UnexpectedEnd = “UNEXPECTED_END”

UnexpectedSectionEnd

Unexpected section end

UnexpectedSectionEnd = “UNEXPECTED_SECTION_END”

UnexpectedSymbol

Unexpected symbol

UnexpectedSymbol = “UNEXPECTED_SYMBOL”

Unknown

Unknown symbol

Unknown = “UNKNOWN”