Version: 2021.3

SearchQueryErrorConstructor

切换到手册
public SearchQueryError (int index, int length, string reason, Search.SearchContext context, Search.SearchProvider provider, bool fromSearchQuery, Search.SearchQueryErrorType type);

参数

index Index where the error occurred.
length Length of the block that was being parsed.
reason The reason for the error.
context The context in which this error was logged.
provider Which search provider logged this error.
fromSearchQuery Set to true if this error comes from parsing the searchQuery. This will correctly offset the index with respect to the raw text.
type The type of query error. See SearchQueryErrorType. Defaults to SearchQueryErrorType.Error.

描述

Creates a new SearchQueryError.


public SearchQueryError (Search.QueryError error, Search.SearchContext context, Search.SearchProvider provider, bool fromSearchQuery);

参数

error The original QueryError.
context The context in which this error was logged.
provider Which search provider logged this error.
fromSearchQuery Set to true if this error comes from parsing the searchQuery. This will correctly offset the index with respect to the raw text.

描述

Creates a new SearchQueryError from an existing QueryError.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961