docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum ErrorAction

    Determines how format errors are handled.

    Namespace: UnityEngine.Localization.SmartFormat.Core.Settings
    Assembly: Unity.Localization.dll
    Syntax
    public enum ErrorAction

    Fields

    Name Description
    Ignore

    Ignores errors and tries to output the data anyway

    MaintainTokens

    Leaves invalid tokens unmodified in the text.

    OutputErrorInResult

    Includes an issue message in the output

    ThrowError

    Throws an exception. This is only recommended for debugging, so that formatting errors can be easily found.

    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)