Version: 2022.2
言語: 日本語

QueryError

class in UnityEditor.Search

マニュアルに切り替える

説明

A QueryError holds the definition of a query parsing error.

QueryErrors are obtained when parsing a query through the function QueryEngine.Parse. See QueryEngine for an example where we recover parsing errors when a query is invalid.

変数

indexIndex where the error happened.
lengthLength of the block that was being parsed.
reasonReason why the parsing failed.

コンストラクタ

QueryErrorConstruct a new QueryError.