Skip to content
Snippets Groups Projects
Commit 24986d79 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Merge branch 'expose-directory-download-error' into 'main'

expose DirectoryDownloadError for proper error handling in client applications

See merge request !10
parents 5188e873 920ac7c1
No related branches found
No related tags found
1 merge request!10expose DirectoryDownloadError for proper error handling in client applications
Pipeline #4959 passed
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
module Tahoe.Download ( module Tahoe.Download (
LookupServer, LookupServer,
DownloadError (..), DownloadError (..),
DirectoryDownloadError (..),
LookupError (..), LookupError (..),
DiscoverError (..), DiscoverError (..),
discoverShares, discoverShares,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment