docs.unity.cn
    Show / Hide Table of Contents

    Enum ParseError

    Kinds of parse errors.

    Namespace: Unity.Collections
    Syntax
    public enum ParseError

    Fields

    Name Description Value
    None

    No parse error.


    0
    Syntax

    The text parsed does not form a number.


    1
    Overflow

    The number exceeds the range of the target type. The number was either truncated, or failed to write entirely.


    2
    Underflow

    The number exceeds the precision of the target type.


    3
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, May 11, 2023