fn limited_exercise_upload_stream(
field: Field,
batch_bytes: Arc<AtomicU64>,
) -> (GenericPayload, Arc<Mutex<Option<ControllerError>>>)Expand description
Returns a side channel for typed upload-limit errors because the stream yields anyhow errors.
Callers must inspect it after upload_stream returns.