| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
ErrorCode |
UserSettingError.getErrorCode()
Gets an error code returned by the Autodiscover service.
|
ErrorCode |
UserResponse.getErrorCode()
Gets an error code that is returned by the Autodiscover service.
|
ErrorCode |
GetUserSettingsResponse.getErrorCode()
Gets an error code that is returned by the Autodiscover service.
|
ErrorCode |
GetFederationInformationResponse.getErrorCode()
Gets an error code that is returned by the Autodiscover service.
|
ErrorCode |
GetDomainSettingsResponse.getErrorCode()
Gets an error code that is returned by the Autodiscover service.
|
ErrorCode |
DomainSettingError.getErrorCode()
Gets the error code that is associated with the specific request.
|
ErrorCode |
DomainResponse.getErrorCode()
Gets the error code that is associated with the specific request.
|
static ErrorCode |
ErrorCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|