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 int getErrorCode()
Gets the error code that was returned by the service.
public String getErrorMessage()
Gets the error message that was returned by the service.
Value: The error message.Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.