Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ParseError

Kinds of parse errors.
Read time 1 minuteLast updated 11 days ago

Definition

public enum ParseError

Fields

Value

Description

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