AutodiscoverErrorCode
AutodiscoverErrorCode enumeration (11 values)
Defines the error codes that can be returned by the Autodiscover service.
| Value | Description |
|---|---|
| NoError | There was no Error. |
| RedirectAddress | The caller must follow the e-mail address redirection that was returned by Autodiscover. |
| RedirectUrl | The caller must follow the URL redirection that was returned by Autodiscover. |
| InvalidUser | The user that was passed in the request is invalid. |
| InvalidRequest | The request is invalid. |
| InvalidSetting | A specified setting is invalid. |
| SettingIsNotAvailable | A specified setting is not available. |
| ServerBusy | The server is too busy to process the request. |
| InvalidDomain | The requested domain is not valid. |
| NotFederated | The organization is not federated. |
| InternalServerError | Internal server error. |