MustacheErrorCode

General syntax errors.

Description

The MustacheErrorCode class provides definitions for general syntax errors.

Fields

ErrorAt

Error at

public static ErrorAt: string = “ERROR_AT”

ErrorNear

Error near

public static ErrorNear: string = “ERROR_NEAR”;

Internal

Internal error

public static Internal: string = “INTERNAL”

MismatchedBrackets

Mismatched brackets

public static MismatchedBrackets: string = “MISTMATCHED_BRACKETS”

MissingVariable

Missing variable

public static MissingVariable: string = “MISSING_VARIABLE”

NotClosedSection

Not closed section

public static NotClosedSection: string = “NOT_CLOSED_SECTION”

UnexpectedEnd

Unexpected end

public static UnexpectedEnd: string = “UNEXPECTED_END”

UnexpectedSectionEnd

Unexpected section end

public static UnexpectedSectionEnd: string = “UNEXPECTED_SECTION_END”

UnexpectedSymbol

Unexpected symbol

public static UnexpectedSymbol: string = “UNEXPECTED_SYMBOL”

Unknown

Unknown symbol

public static Unknown: string = “UNKNOWN”