SearchException.FailureReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates reasons why search failed
public: enum class SearchException::FailureReason
public enum SearchException.FailureReason
type SearchException.FailureReason =
Public Enum SearchException.FailureReason
- Inheritance
-
SearchException.FailureReason
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | |
Unspecified | 1 | |
SharepointNotConfigured | 2 | |
AllNoise | 3 | |
NoResponse | 4 | |
BadQuery | 5 | |
BadScope | 6 | |
BadRequest | 7 | |
NoQuery | 8 | |
NoAuthorization | 9 | |
ServerError | 10 |