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.