Unity Engine documentationScript ReferenceUnity.CollectionsConversionErrorKinds of conversion errors.Read time 1 minuteLast updated 6 days agoDefinition Type: Enum Namespace: Unity.Collections Assembly: UnityEngine.ManagedKernelModule public enum ConversionError Fields ValueDescriptionCodePointThe rune is not a valid code point.EncodingThe bytes do not form a valid character.NoneNo conversion error.OverflowThe target storage does not have sufficient capacity. For copy operations; the value was either truncated into the target storage, or failed to write entirely.