Unity Engine documentationScript ReferenceUnity.CollectionsParseErrorKinds of parse errors.Read time 1 minuteLast updated 11 days agoDefinition Type: Enum Namespace: Unity.Collections Assembly: UnityEngine.ManagedKernelModule public enum ParseError Fields ValueDescriptionNoneNo parse error.OverflowThe number exceeds the range of the target type. The number was either truncated, or failed to write entirely.SyntaxThe text parsed does not form a number.UnderflowThe number exceeds the precision of the target type.