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