comparison OrthancServer/main.cpp @ 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 c6658187e4b1
children aaaa442bfe39 4f78da5613a1 be7df7fe3d80
comparison
equal deleted inserted replaced
3800:38b0f51781aa 3801:9fe1d64a748c
698 PrintErrorCode(ErrorCode_NotAcceptable, "Cannot send a response which is acceptable according to the Accept HTTP header"); 698 PrintErrorCode(ErrorCode_NotAcceptable, "Cannot send a response which is acceptable according to the Accept HTTP header");
699 PrintErrorCode(ErrorCode_NullPointer, "Cannot handle a NULL pointer"); 699 PrintErrorCode(ErrorCode_NullPointer, "Cannot handle a NULL pointer");
700 PrintErrorCode(ErrorCode_DatabaseUnavailable, "The database is currently not available (probably a transient situation)"); 700 PrintErrorCode(ErrorCode_DatabaseUnavailable, "The database is currently not available (probably a transient situation)");
701 PrintErrorCode(ErrorCode_CanceledJob, "This job was canceled"); 701 PrintErrorCode(ErrorCode_CanceledJob, "This job was canceled");
702 PrintErrorCode(ErrorCode_BadGeometry, "Geometry error encountered in Stone"); 702 PrintErrorCode(ErrorCode_BadGeometry, "Geometry error encountered in Stone");
703 PrintErrorCode(ErrorCode_SslInitialization, "Cannot initialize SSL encryption, check out your certificates");
703 PrintErrorCode(ErrorCode_SQLiteNotOpened, "SQLite: The database is not opened"); 704 PrintErrorCode(ErrorCode_SQLiteNotOpened, "SQLite: The database is not opened");
704 PrintErrorCode(ErrorCode_SQLiteAlreadyOpened, "SQLite: Connection is already open"); 705 PrintErrorCode(ErrorCode_SQLiteAlreadyOpened, "SQLite: Connection is already open");
705 PrintErrorCode(ErrorCode_SQLiteCannotOpen, "SQLite: Unable to open the database"); 706 PrintErrorCode(ErrorCode_SQLiteCannotOpen, "SQLite: Unable to open the database");
706 PrintErrorCode(ErrorCode_SQLiteStatementAlreadyUsed, "SQLite: This cached statement is already being referred to"); 707 PrintErrorCode(ErrorCode_SQLiteStatementAlreadyUsed, "SQLite: This cached statement is already being referred to");
707 PrintErrorCode(ErrorCode_SQLiteExecute, "SQLite: Cannot execute a command"); 708 PrintErrorCode(ErrorCode_SQLiteExecute, "SQLite: Cannot execute a command");