else {
throw new ObjectEnumeratorException("Object enumerator start did not return a UUID for the enumerator."
+ "\nResponse headers: " + response.getResponseHeaders().getHeaderMap().toString());
}
return new EnumeratorResponse(response, this.enumType, EnumeratorAction.ENUM_ACTION_START);
}