summaryrefslogtreecommitdiff
path: root/src/gmutil.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-10-27 22:18:23 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-10-27 22:18:23 +0200
commitc715da2cdea68d293af44d2799d979e96e02ccfe (patch)
treee3a19288847800dae26960a195751aca5501d7a7 /src/gmutil.h
parente5995718d1b2b046420f4c3257fdbf1e31c9e857 (diff)
Added a network/TLS error page
There is now an error page shown when the TLS request fails for some reason. Error page theming is also updated at the time when the error page is composed.
Diffstat (limited to 'src/gmutil.h')
-rw-r--r--src/gmutil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gmutil.h b/src/gmutil.h
index 88572f22..8b4f7033 100644
--- a/src/gmutil.h
+++ b/src/gmutil.h
@@ -40,6 +40,8 @@ enum iGmStatusCode {
40 failedToOpenFile_GmStatusCode, 40 failedToOpenFile_GmStatusCode,
41 unknownStatusCode_GmStatusCode, 41 unknownStatusCode_GmStatusCode,
42 invalidLocalResource_GmStatusCode, 42 invalidLocalResource_GmStatusCode,
43 tlsFailure_GmStatusCode,
44
43 none_GmStatusCode = 0, 45 none_GmStatusCode = 0,
44 /* general status code categories */ 46 /* general status code categories */
45 categoryInput_GmStatusCode = 1, 47 categoryInput_GmStatusCode = 1,