public class Error
extends java.lang.Object
| Constructor and Description |
|---|
Error()
Initializes a new instance of the Error class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Gets the error code for an error Autodiscover response.
|
java.lang.String |
getDebugData()
Gets the debug data for an error Autodiscover response.
|
java.lang.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.
|
java.lang.String |
getMessage()
Gets the error message for an error Autodiscover response.
|
java.util.Date |
getTime()
Gets the time when the error response was returned.
|
public java.util.Date getTime()
public java.lang.String getId()
public java.lang.String getCode()
public java.lang.String getMessage()
public java.lang.String getDebugData()