> > - retry(operationDonePredicate, operationCompleteCheckTimeout, > operationCompleteCheckInterval, > - MILLISECONDS).apply(operation); > - > - checkState(!operation.get().getHttpError().isPresent(), "Could not > create firewall, operation failed" + operation); > + checkState(!operation.get().getHttpError().isPresent(),"Could not > create firewall, operation failed" + operation);
Add name of firewall that couldn't be created to error message? And note that now we might exit with _some_ firewalls already created...is that the intention? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/33/files#r7512856