Closed AljoschaMeyer closed 4 months ago
Ah yes, good catch. We dropped a variant from the BulkPipeError
along the way.
As per #17, each of the three top-level modules should have its own PipeError
, but none of them should have a BulkPipeError
.
PipeError
andBulkPipeError
are completely equivalent types.I'll reduce those down to a single type, placed in the main module.