public final class AutodiscoverErrorCode
extends com.aspose.ms.System.Enum
Defines the error codes that can be returned by the Autodiscover service.
Modifier and Type | Field and Description |
---|---|
static int |
InternalServerError
Internal server error.
|
static int |
InvalidDomain
The requested domain is not valid.
|
static int |
InvalidRequest
The request is invalid.
|
static int |
InvalidSetting
A specified setting is invalid.
|
static int |
InvalidUser
The user that was passed in the request is invalid.
|
static int |
NoError
There was no Error.
|
static int |
NotFederated
The organization is not federated.
|
static int |
RedirectAddress
The caller must follow the e-mail address redirection that was returned by Autodiscover.
|
static int |
RedirectUrl
The caller must follow the URL redirection that was returned by Autodiscover.
|
static int |
ServerBusy
The server is too busy to process the request.
|
static int |
SettingIsNotAvailable
A specified setting is not available.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int NoError
There was no Error.
public static final int RedirectAddress
The caller must follow the e-mail address redirection that was returned by Autodiscover.
public static final int RedirectUrl
The caller must follow the URL redirection that was returned by Autodiscover.
public static final int InvalidUser
The user that was passed in the request is invalid.
public static final int InvalidRequest
The request is invalid.
public static final int InvalidSetting
A specified setting is invalid.
public static final int SettingIsNotAvailable
A specified setting is not available.
public static final int ServerBusy
The server is too busy to process the request.
public static final int InvalidDomain
The requested domain is not valid.
public static final int NotFederated
The organization is not federated.
public static final int InternalServerError
Internal server error.