From b476839881e3174a2b272ace83610f1535039e64 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Tue, 25 Apr 2023 16:42:31 -0400 Subject: [PATCH] haddock --- src/Tahoe/Download.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Tahoe/Download.hs b/src/Tahoe/Download.hs index 55d9481..c136433 100644 --- a/src/Tahoe/Download.hs +++ b/src/Tahoe/Download.hs @@ -34,7 +34,9 @@ data DownloadError { notEnoughDecodedSharesNeeded :: Int , notEnoughDecodedSharesFound :: Int } - | ShareDecodingFailed + | -- | Enough syntactically valid shares were recovered but they could not + -- be interpreted. + ShareDecodingFailed | -- | An attempt was made to download a share but no servers were given for -- the download. NoServers -- GitLab