Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ParseErrorAction

Determines how parsing errors are handled.
Read time 1 minuteLast updated 13 days ago

Definition

public enum ParseErrorAction

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, if an error occurs. This is only recommended for debugging, so that formatting errors can be easily found.