docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum ParseError

    Kinds of parse errors.

    Namespace: Unity.Collections
    Assembly: Unity.Collections.dll
    Syntax
    public enum ParseError

    Fields

    Name Description
    None

    No parse error.

    Overflow

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

    Syntax

    The text parsed does not form a number.

    Underflow

    The number exceeds the precision of the target type.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)