Skip to content
Commit a23378b0 authored by Krzysztof Nowicki's avatar Krzysztof Nowicki Committed by Laurent Montel
Browse files

Don't clear sync state if sync error is not related to the sync itself



Quite often the sync can fail due to trivial errors like expiration of
the authentication token or exceeded request quota on the EWS
server. In such case forcing clearing of the sync state is not needed
and results in unnecessary load.

To fix this, the EWS requests can now propagate the errors received
from the EWS server so that the controller is able to determine the
reason for the failure and act accordingly.

Signed-off-by: default avatarKrzysztof Nowicki <krissn@op.pl>
parent bf6170c0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment