More errors messages (#353)

Add more error messages for HTTP errors/SSL errors
This commit is contained in:
cooolgamer
2026-03-04 15:04:15 +01:00
committed by GitHub
parent 69e0edffb4
commit 5e76d04eb0
4 changed files with 51 additions and 6 deletions

View File

@@ -130,6 +130,9 @@ typedef struct {
const char *parental_fail;
const char *zip_not_found;
const char *generic_httpc_error;
const char *http_timeout;
const char *http_no_network;
const char *http_ssl_error;
const char *http303_tp;
const char *http303;
const char *http404;