ErrorCode (SOAP)
Last modified: October 13, 2012
Applies to: Exchange Online | Exchange Server 2010 | Exchange Server 2013 | Office 365
The ErrorCode element represents an error code that is returned by the Autodiscover service.
<ErrorCode/>
string
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child elements
None.
Parent elements
|
Element |
Description |
|---|---|
|
Represents the base type for all responses that are returned by the Autodiscover service. |
|
|
Contains the requested settings for the specified domain. |
|
|
Contains the response to a GetDomainSettings operation (SOAP) call for an individual domain. |
|
|
Contains the response to a GetFederationInformation operation (SOAP) request. |
|
|
Contains the response to a GetUserSettings operation (SOAP)request. |
|
|
Represents an error that is returned while retrieving a user setting. |
|
|
Represents a response to a GetUserSettings operation (SOAP) request for an individual user. |
The text value represents the error code for an Autodiscover error response. The following table lists the possible text values for the ErrorCode element.
|
Error code text 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 |
There is an internal server error. |