ParserState.ErrorType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
NoError | 0 | No error occurred. |
Unknown | 1 | An unknown error occurred. |
VariableNotFound | 2 | A variable was not found. |
SyntaxError | 3 | A syntax error occurred. |
CommandAborted | 4 | The command was stopped. |