Version: 2023.1

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.