public abstract class AutodiscoverResponse extends Object
Represents the base class for all responses returned by the Autodiscover service.
Modifier | Constructor and Description |
---|---|
protected |
AutodiscoverResponse()
Initializes a new instance of the
AutodiscoverResponse class. |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode()
Gets the error code that was returned by the service.
|
String |
getErrorMessage()
Gets the error message that was returned by the service.
|
protected AutodiscoverResponse()
Initializes a new instance of the AutodiscoverResponse
class.
public final int getErrorCode()
Gets the error code that was returned by the service.
public final String getErrorMessage()
Gets the error message that was returned by the service.
Value: The error message.