Enum ConversionError
Kinds of conversion errors.
Namespace: Unity.Collections
Assembly: Unity.Collections.dll
Syntax
public enum ConversionErrorFields
| Name | Description | 
|---|---|
| CodePoint | The rune is not a valid code point. | 
| Encoding | The bytes do not form a valid character. | 
| None | No conversion error. | 
| Overflow | The target storage does not have sufficient capacity. |