ParserState.ErrorType Enum

Definition

Contains values that are used to specify the error type.

public: enum class ParserState::ErrorType
public enum ParserState.ErrorType
type ParserState.ErrorType = 
Public Enum ParserState.ErrorType
Inheritance
ParserState.ErrorType

Fields

CommandAborted 4

The command was stopped.

NoError 0

No error occurred.

SyntaxError 3

A syntax error occurred.

Unknown 1

An unknown error occurred.

VariableNotFound 2

A variable was not found.

Applies to