General syntax errors.
Description
The SyntaxErrorCode class defines general syntax errors.
Fields
ErrorNear
Error near.
public static ErrorNear: string = “ERROR_NEAR”
Internal
Internal error.
public static Internal: string = “INTERNAL”
MissedCloseParenthesis
Missed close parenthesis.
public static MissedCloseParenthesis: string = “MISSED_CLOSE_PARENTHESIS”
MissedCloseSquareBracket
Missed close square bracket.
public static MissedCloseSquareBracket: string = “MISSED_CLOSE_SQUARE_BRACKET”
UnexpectedEnd
Unexpected end.
public static UnexpectedEnd: string = “UNEXPECTED_END”;
Unknown
Unknown
public static Unknown: string = “UNKNOWN”
UnknownSymbol
Unknown symbol
public static UnknownSymbol: string = “UNKNOWN_SYMBOL”