Enum ParseError
Kinds of parse errors.
Namespace: Unity.Collections
Assembly: Unity.Collections.dll
Syntax
public enum ParseErrorFields
| Name | Description | 
|---|---|
| None | No parse error. | 
| Overflow | The number exceeds the range of the target type. | 
| Syntax | The text parsed does not form a number. | 
| Underflow | The number exceeds the precision of the target type. |