Enum SearchQueryErrorType
Enum representing the possible types of query errors.
Namespace: UnityEditor.Search
Syntax
public enum SearchQueryErrorType
Fields
Name | Description | Value |
---|---|---|
Error | Represents an error. |
0 |
Warning | Represents a warning. |
1 |