General syntax errors.
Description
The MustacheErrorCode class provides definitions for general syntax errors.
Fields
ErrorAt
Error at
public const ErrorAt: string = “ERROR_AT”
ErrorNear
Error near
public const ErrorNear: string = “ERROR_NEAR”;
Internal
Internal error
public const Internal: string = “INTERNAL”
MismatchedBrackets
Mismatched brackets
public const MismatchedBrackets: string = “MISTMATCHED_BRACKETS”
MissingVariable
Missing variable
public const MissingVariable: string = “MISSING_VARIABLE”
NotClosedSection
Not closed section
public const NotClosedSection: string = “NOT_CLOSED_SECTION”
UnexpectedEnd
Unexpected end
public const UnexpectedEnd: string = “UNEXPECTED_END”
UnexpectedSectionEnd
Unexpected section end
public const UnexpectedSectionEnd: string = “UNEXPECTED_SECTION_END”
UnexpectedSymbol
Unexpected symbol
public const UnexpectedSymbol: string = “UNEXPECTED_SYMBOL”
Unknown
Unknown symbol
public const Unknown: string = “UNKNOWN”