MustacheErrorCode

General syntax errors.

Description

The MustacheErrorCode class provides definitions for general syntax errors.

Fields

ErrorAt

Error at

public static final String ERROR_AT = “ERROR_AT”

ErrorNear

Error near

public static final String ERROR_NEAR = “ERROR_NEAR”

Internal

Internal error

public static final String INTERNAL = “INTERNAL”

MismatchedBrackets

Mismatched brackets

public static final String MISMATCHED_BRACKETS = “MISMATCHED_BRACKETS”

MissingVariable

Missing variable

public static final String MISSING_VARIABLE = “MISSING_VARIABLE”

NotClosedSection

Not closed section

public static final String NOT_CLOSED_SECTION = “NOT_CLOSED_SECTION”

UnexpectedEnd

Unexpected end

public static final String UNEXPECTED_END = “UNEXPECTED_END”

UnexpectedSectionEnd

Unexpected section end

public static final String UNEXPECTED_SECTION_END = “UNEXPECTED_SECTION_END”

UnexpectedSymbol

Unexpected symbol

public static final String UNEXPECTED_SYMBOL = “UNEXPECTED_SYMBOL”

Unknown

Unknown symbol

public static final String UNKNOWN = “UNKNOWN”