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