One of the constructors for bigtable::Table takes the error handling policies in effect for the table class. It would be desirable (for example in some of our tests) to only set some of the policies and use the default for the rest.
Figure out if it is possible to do that (variadic args and some clever type matching?)