comparison Resources/ErrorCodes.json @ 3801:9fe1d64a748c

upgrade to civetweb 1.12, error reporting if OpenSSL failure
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 02 Apr 2020 11:24:47 +0200
parents 7e303ba837d9
children 4f78da5613a1
comparison
equal deleted inserted replaced
3800:38b0f51781aa 3801:9fe1d64a748c
214 }, 214 },
215 { 215 {
216 "Code": 38, 216 "Code": 38,
217 "Name": "BadGeometry", 217 "Name": "BadGeometry",
218 "Description": "Geometry error encountered in Stone" 218 "Description": "Geometry error encountered in Stone"
219 },
220 {
221 "Code": 39,
222 "Name": "SslInitialization",
223 "Description": "Cannot initialize SSL encryption, check out your certificates"
219 }, 224 },
220 225
221 226
222 227
223 /** SQLite **/ 228 /** SQLite **/