Enum ParseResult
Parsing correct or incorrect GoQL code will result in these different states.
Namespace: Unity.GoQL
Syntax
public enum ParseResult
Fields
| Name | Description | Value |
|---|---|---|
| UnexpectedEndOfInput | 0 | |
| Empty | 1 | |
| OK | 2 | |
| ClosingTokenMismatch | 3 | |
| InvalidNumberFormat | 4 | |
| DiscriminatorSyntaxError | 5 |