docs.unity.cn
    Show / Hide Table of Contents

    Enum ConversionError

    Kinds of conversion errors.

    Namespace: Unity.Collections
    Syntax
    public enum ConversionError : int

    Fields

    Name Description Value
    None

    No conversion error.

    0
    Overflow

    The target storage does not have sufficient capacity.

    1
    Encoding

    The bytes do not form a valid character.

    2
    CodePoint

    The rune is not a valid code point.

    3
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Wednesday, September 29, 2021