AutodiscoverErrorCode 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.
Defines the error codes that can be returned by the Autodiscover service.
public enum class AutodiscoverErrorCode
public enum AutodiscoverErrorCode
Public Enum AutodiscoverErrorCode
- Inheritance
-
AutodiscoverErrorCode
Fields
Name | Value | Description |
---|---|---|
NoError | 0 | There was no error. |
RedirectAddress | 1 | The caller must follow the e-mail address redirection that was returned by the Autodiscover service. |
RedirectUrl | 2 | The caller must follow the URL redirection that was returned by the Autodiscover service. |
InvalidUser | 3 | The user that was passed in the request is invalid. |
InvalidRequest | 4 | The request is invalid. |
InvalidSetting | 5 | A specified setting is invalid. |
SettingIsNotAvailable | 6 | A specified setting is not available. |
ServerBusy | 7 | The server is too busy to process the request. |
InvalidDomain | 8 | The requested domain is not a valid domain. |
NotFederated | 9 | The specified organization is not federated with this organization. |
InternalServerError | 10 | An internal server error occurred. |