SearchError Enumeration
Enumerated values which indicate the possible reasons for a search failure. See ContactSearch.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Enumeration SearchError
'Usage
Dim instance As SearchError
public enum SearchError
Members
Member name | Description | |
---|---|---|
None | No error | |
Unknown | Unknown error | |
Unspecified | Unspecified error | |
SharepointNotConfigured | Sharepoint not configured | |
AllNoise | Query was all noise | |
NoResponse | No response was received | |
BadQuery | Bad query | |
BadScope | Bad scope | |
BadRequest | Bad request | |
NoQuery | No query | |
NoAuthorization | No authorization | |
ServerError | Server error |