Modifier and Type | Method and Description |
---|---|
static AutodiscoverErrorCode |
AutodiscoverErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutodiscoverErrorCode[] |
AutodiscoverErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AutodiscoverErrorCode |
AutodiscoverResponseException.getErrorCode()
Gets the ErrorCode for the exception.
|
Constructor and Description |
---|
AutodiscoverResponseException(AutodiscoverErrorCode errorCode,
String message)
Initializes a new instance of the class.
|
Modifier and Type | Method and Description |
---|---|
AutodiscoverErrorCode |
UserSettingError.getErrorCode()
Gets the error code.
|
AutodiscoverErrorCode |
DomainSettingError.getErrorCode()
Gets the error code.
|
Modifier and Type | Method and Description |
---|---|
void |
UserSettingError.setErrorCode(AutodiscoverErrorCode errorCode) |
Constructor and Description |
---|
UserSettingError(AutodiscoverErrorCode errorCode,
String errorMessage,
String settingName)
Initializes a new instance of the "UserSettingError" class.
|
Modifier and Type | Method and Description |
---|---|
AutodiscoverErrorCode |
AutodiscoverResponse.getErrorCode()
Gets the error code that was returned by the service.
|
Modifier and Type | Method and Description |
---|---|
void |
AutodiscoverResponse.setErrorCode(AutodiscoverErrorCode errorCode)
Sets the error code.
|
Copyright © 2012–2015 Microsoft. All rights reserved.