Register error callback
TaskBatch catch_(void Function(Object) callback) { _catchCallbacks.add(callback); return this; }