comparison Core/Enumerations.h @ 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 f29843323daf
children 4f78da5613a1 f89eac983c9b 4570c57668a8
comparison
equal deleted inserted replaced
3800:38b0f51781aa 3801:9fe1d64a748c
178 ErrorCode_NotAcceptable = 34 /*!< Cannot send a response which is acceptable according to the Accept HTTP header */, 178 ErrorCode_NotAcceptable = 34 /*!< Cannot send a response which is acceptable according to the Accept HTTP header */,
179 ErrorCode_NullPointer = 35 /*!< Cannot handle a NULL pointer */, 179 ErrorCode_NullPointer = 35 /*!< Cannot handle a NULL pointer */,
180 ErrorCode_DatabaseUnavailable = 36 /*!< The database is currently not available (probably a transient situation) */, 180 ErrorCode_DatabaseUnavailable = 36 /*!< The database is currently not available (probably a transient situation) */,
181 ErrorCode_CanceledJob = 37 /*!< This job was canceled */, 181 ErrorCode_CanceledJob = 37 /*!< This job was canceled */,
182 ErrorCode_BadGeometry = 38 /*!< Geometry error encountered in Stone */, 182 ErrorCode_BadGeometry = 38 /*!< Geometry error encountered in Stone */,
183 ErrorCode_SslInitialization = 39 /*!< Cannot initialize SSL encryption, check out your certificates */,
183 ErrorCode_SQLiteNotOpened = 1000 /*!< SQLite: The database is not opened */, 184 ErrorCode_SQLiteNotOpened = 1000 /*!< SQLite: The database is not opened */,
184 ErrorCode_SQLiteAlreadyOpened = 1001 /*!< SQLite: Connection is already open */, 185 ErrorCode_SQLiteAlreadyOpened = 1001 /*!< SQLite: Connection is already open */,
185 ErrorCode_SQLiteCannotOpen = 1002 /*!< SQLite: Unable to open the database */, 186 ErrorCode_SQLiteCannotOpen = 1002 /*!< SQLite: Unable to open the database */,
186 ErrorCode_SQLiteStatementAlreadyUsed = 1003 /*!< SQLite: This cached statement is already being referred to */, 187 ErrorCode_SQLiteStatementAlreadyUsed = 1003 /*!< SQLite: This cached statement is already being referred to */,
187 ErrorCode_SQLiteExecute = 1004 /*!< SQLite: Cannot execute a command */, 188 ErrorCode_SQLiteExecute = 1004 /*!< SQLite: Cannot execute a command */,