Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ConversionError

Kinds of conversion errors.
Read time 1 minuteLast updated 6 days ago

Definition

public enum ConversionError

Fields

Value

Description

CodePointThe 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.