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 |
Enum representing the possible types of query errors.
public enum SearchQueryErrorType
| Name | Description | Value |
|---|---|---|
| Error | Represents an error. |
0 |
| Warning | Represents a warning. |
1 |