microsoft.exchange.webservices.data
Class DomainSettingError

java.lang.Object
  extended by microsoft.exchange.webservices.data.DomainSettingError

public final class DomainSettingError
extends java.lang.Object

Represents an error from a GetDomainSettings request.


Method Summary
 AutodiscoverErrorCode getErrorCode()
          Gets the error code.
 java.lang.String getErrorMessage()
          Gets the error message.
 java.lang.String getSettingName()
          Gets the name of the setting.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getErrorCode

public AutodiscoverErrorCode getErrorCode()
Gets the error code.

Returns:
The error code.

getErrorMessage

public java.lang.String getErrorMessage()
Gets the error message.

Returns:
The error message.

getSettingName

public java.lang.String getSettingName()
Gets the name of the setting.

Returns:
The name of the setting.