fix: harden download errors and re-enrich sidecars

This commit is contained in:
zarzet
2026-05-31 21:12:20 +07:00
parent 4f5163be01
commit 56a89c5fc6
35 changed files with 742 additions and 99 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ void main() {
);
expect(
base.copyWith(errorType: DownloadErrorType.rateLimit).errorMessage,
'Rate limit reached, try again later',
'Service rate limit reached. Wait before retrying.',
);
expect(
base.copyWith(errorType: DownloadErrorType.network).errorMessage,