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
public enum SearchError
Members
Member name | Value | Description | |
---|---|---|---|
None | -1 |
No error
|
|
Unknown | 0 |
Unknown error
|
|
Unspecified | 1 |
Unspecified error
|
|
SharepointNotConfigured | 2 |
Sharepoint not configured
|
|
AllNoise | 3 |
Query was all noise
|
|
NoResponse | 4 |
No response was received
|
|
BadQuery | 5 |
Bad query
|
|
BadScope | 6 |
Bad scope
|
|
BadRequest | 7 |
Bad request
|
|
NoQuery | 8 |
No query
|
|
NoAuthorization | 9 |
No authorization
|
|
ServerError | 10 |
Server error
|