Uses of Class
microsoft.exchange.webservices.data.core.enumeration.misc.error.ServiceError

Packages that use ServiceError
microsoft.exchange.webservices.data.core.enumeration.misc.error   
microsoft.exchange.webservices.data.core.exception.service.remote   
microsoft.exchange.webservices.data.core.response   
microsoft.exchange.webservices.data.misc   
 

Uses of ServiceError in microsoft.exchange.webservices.data.core.enumeration.misc.error
 

Methods in microsoft.exchange.webservices.data.core.enumeration.misc.error that return ServiceError
static ServiceError ServiceError.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ServiceError[] ServiceError.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ServiceError in microsoft.exchange.webservices.data.core.exception.service.remote
 

Methods in microsoft.exchange.webservices.data.core.exception.service.remote that return ServiceError
 ServiceError UpdateInboxRulesException.getErrorCode()
          Gets the rule operation error code.
 ServiceError ServiceResponseException.getErrorCode()
          Gets the service error code.
 

Uses of ServiceError in microsoft.exchange.webservices.data.core.response
 

Methods in microsoft.exchange.webservices.data.core.response that return ServiceError
 ServiceError ServiceResponse.getErrorCode()
          Gets the error code associated with this response.
 

Uses of ServiceError in microsoft.exchange.webservices.data.misc
 

Methods in microsoft.exchange.webservices.data.misc that return ServiceError
protected  ServiceError SoapFaultDetails.getErrorCode()
          Gets the error code.
 ServiceError SoapFaultDetails.getResponseCode()
          Gets the response code.
 

Methods in microsoft.exchange.webservices.data.misc with parameters of type ServiceError
protected  void SoapFaultDetails.setErrorCode(ServiceError errorCode)
          Sets the error code.
protected  void SoapFaultDetails.setResponseCode(ServiceError responseCode)
          Sets the response code.
 



Copyright © 2012–2015 Microsoft. All rights reserved.