responseCode property

ServiceError? responseCode
getter/setter pair
Response code returned by EWS requests. Default to InternalServerError.

Implementation

/* private */
ServiceError? responseCode = ServiceError.ErrorInternalServerError;