Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FormatErrorAction

Determines how format errors are handled.
Read time 1 minuteLast updated 10 days ago

Definition

public enum FormatErrorAction

Fields

Value

Description

IgnoreIgnores errors and tries to output the data anyway.
MaintainTokensLeaves invalid tokens unmodified in the text.
OutputErrorInResultIncludes an issue message in the output.
ThrowErrorThrows an exception. This is only recommended for debugging, so that formatting errors can be easily found.