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