| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Search.SearchQueryError-ctor.html | [Back] [Original] |
| Parameter | Description |
|---|---|
| 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.
| Parameter | Description |
|---|---|
| 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.
| Web Proxy Viewer | New URL | Original Page |