streaming_data_service: improve error message
authorSven Rademakers <sven.rademakers@gmail.com>
Tue, 31 Oct 2023 13:15:00 +0000 (13:15 +0000)
committerSven Rademakers <sven.rademakers@gmail.com>
Wed, 1 Nov 2023 07:21:13 +0000 (08:21 +0100)
commit4681af167810642a14e95e59428e24e834b8b293
treef1f96c83d448ef5df6c85d5cb79b48f8fa2e8ca1
parent7b7c9e5d4b6f6546a7e4fa22d6dcc43d6963f4a7
streaming_data_service: improve error message

When the channel closes which the sender uses to transport the file
data. Ask the `StreamingDataService` what the current error state is
rather then just responding to the client with a generic answer.
src/api/legacy.rs
src/api/streaming_data_service.rs