Uses of Class
microsoft.exchange.webservices.data.core.enumeration.misc.error.ServiceError
-
-
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 Modifier and Type Method Description static ServiceErrorServiceError. 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 Modifier and Type Method Description ServiceErrorServiceResponseException. getErrorCode()Gets the service error code.ServiceErrorUpdateInboxRulesException. getErrorCode()Gets the rule operation error code. -
Uses of ServiceError in microsoft.exchange.webservices.data.core.response
Methods in microsoft.exchange.webservices.data.core.response that return ServiceError Modifier and Type Method Description ServiceErrorServiceResponse. 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 Modifier and Type Method Description protected ServiceErrorSoapFaultDetails. getErrorCode()Gets the error code.ServiceErrorSoapFaultDetails. getResponseCode()Gets the response code.Methods in microsoft.exchange.webservices.data.misc with parameters of type ServiceError Modifier and Type Method Description protected voidSoapFaultDetails. setErrorCode(ServiceError errorCode)Sets the error code.protected voidSoapFaultDetails. setResponseCode(ServiceError responseCode)Sets the response code.
-