} catch (final RESTClientException rce) {
      final String resourcesType = CatalogUtils.getCollectionType(resources).getName();
      LOGGER.error("Error {} while synchronizing deleted resources of type {}. It will restart shortly", rce.getMessage(), resourcesType, rce);
      syncOk = false;
    } finally {