|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ErrorCode>
com.microsoft.exchange.autodiscover.ErrorCode
public enum ErrorCode
Java class for ErrorCode.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ErrorCode">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="NoError"/>
<enumeration value="RedirectAddress"/>
<enumeration value="RedirectUrl"/>
<enumeration value="InvalidUser"/>
<enumeration value="InvalidRequest"/>
<enumeration value="InvalidSetting"/>
<enumeration value="SettingIsNotAvailable"/>
<enumeration value="ServerBusy"/>
<enumeration value="InvalidDomain"/>
<enumeration value="NotFederated"/>
<enumeration value="InternalServerError"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
INTERNAL_SERVER_ERROR
|
|
INVALID_DOMAIN
|
|
INVALID_REQUEST
|
|
INVALID_SETTING
|
|
INVALID_USER
|
|
NO_ERROR
|
|
NOT_FEDERATED
|
|
REDIRECT_ADDRESS
|
|
REDIRECT_URL
|
|
SERVER_BUSY
|
|
SETTING_IS_NOT_AVAILABLE
|
|
| Method Summary | |
|---|---|
static ErrorCode |
fromValue(String v)
|
String |
value()
|
static ErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ErrorCode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ErrorCode NO_ERROR
public static final ErrorCode REDIRECT_ADDRESS
public static final ErrorCode REDIRECT_URL
public static final ErrorCode INVALID_USER
public static final ErrorCode INVALID_REQUEST
public static final ErrorCode INVALID_SETTING
public static final ErrorCode SETTING_IS_NOT_AVAILABLE
public static final ErrorCode SERVER_BUSY
public static final ErrorCode INVALID_DOMAIN
public static final ErrorCode NOT_FEDERATED
public static final ErrorCode INTERNAL_SERVER_ERROR
| Method Detail |
|---|
public static ErrorCode[] values()
for (ErrorCode c : ErrorCode.values()) System.out.println(c);
public static ErrorCode valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
public static ErrorCode fromValue(String v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||