QueryError

class in UnityEditor.Search

Description

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.

Properties

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

Constructors

QueryErrorConstruct a new QueryError.

Did you find this page useful? Please give it a rating: