public enum AutodiscoverErrorCode extends Enum<AutodiscoverErrorCode>
Enum Constant and Description |
---|
InternalServerError
The Internal server error.
|
InvalidDomain
The Invalid domain.
|
InvalidRequest
The Invalid request.
|
InvalidSetting
The Invalid setting.
|
InvalidUser
The Invalid user.
|
NoError
The No error.
|
NotFederated
The Not federated.
|
RedirectAddress
The Redirect address.
|
RedirectUrl
The Redirect url.
|
ServerBusy
The Server busy.
|
SettingIsNotAvailable
The Setting is not available.
|
Modifier and Type | Method and Description |
---|---|
static AutodiscoverErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutodiscoverErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutodiscoverErrorCode NoError
public static final AutodiscoverErrorCode RedirectAddress
public static final AutodiscoverErrorCode RedirectUrl
public static final AutodiscoverErrorCode InvalidUser
public static final AutodiscoverErrorCode InvalidRequest
public static final AutodiscoverErrorCode InvalidSetting
public static final AutodiscoverErrorCode SettingIsNotAvailable
public static final AutodiscoverErrorCode ServerBusy
public static final AutodiscoverErrorCode InvalidDomain
public static final AutodiscoverErrorCode NotFederated
public static final AutodiscoverErrorCode InternalServerError
public static AutodiscoverErrorCode[] values()
for (AutodiscoverErrorCode c : AutodiscoverErrorCode.values()) System.out.println(c);
public static AutodiscoverErrorCode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2012–2015 Microsoft. All rights reserved.