Class AutodiscoverError
- java.lang.Object
-
- microsoft.exchange.webservices.data.autodiscover.exception.error.AutodiscoverError
-
public final class AutodiscoverError extends Object
Defines the AutodiscoverError class.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDebugData()Gets the debug data.intgetErrorCode()Gets the error code.StringgetId()Gets a hash of the name of the computer that is running Microsoft Exchange Server that has the Client Access server role installed.StringgetMessage()Gets the error message.StringgetTime()Gets the time when the error was returned.static AutodiscoverErrorparse(EwsXmlReader reader)Parses the XML through the specified reader and creates an Autodiscover error.
-
-
-
Method Detail
-
parse
public static AutodiscoverError parse(EwsXmlReader reader) throws Exception
Parses the XML through the specified reader and creates an Autodiscover error.- Parameters:
reader- the reader- Returns:
- AutodiscoverError
- Throws:
Exception- the exception
-
getId
public String getId()
Gets a hash of the name of the computer that is running Microsoft Exchange Server that has the Client Access server role installed.- Returns:
- the id
-
getErrorCode
public int getErrorCode()
Gets the error code.- Returns:
- the error code
-
getMessage
public String getMessage()
Gets the error message.- Returns:
- the message
-
getDebugData
public String getDebugData()
Gets the debug data.- Returns:
- the debug data
-
-