Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SyntaxErrorCode

General syntax errors.

Hierarchy

  • SyntaxErrorCode

Index

Properties

Static ErrorAt

ErrorAt: string = "ERROR_AT"

The error at

Static ErrorNear

ErrorNear: string = "ERROR_NEAR"

The error near

Static Internal

Internal: string = "INTERNAL"

The internal error

Static MissedCloseParenthesis

MissedCloseParenthesis: string = "MISSED_CLOSE_PARENTHESIS"

The missed close parenthesis

Static MissedCloseSquareBracket

MissedCloseSquareBracket: string = "MISSED_CLOSE_SQUARE_BRACKET"

The missed close square bracket

Static UnexpectedEnd

UnexpectedEnd: string = "UNEXPECTED_END"

The unexpected end.

Static Unknown

Unknown: string = "UNKNOWN"

The unknown

Static UnknownSymbol

UnknownSymbol: string = "UNKNOWN_SYMBOL"

The unknown symbol

Generated using TypeDoc