comparison OrthancServer/main.cpp @ 3810:e9b7e05bcd42 transcoding

integration mainline->transcoding
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Apr 2020 12:36:49 +0200
parents 9fe1d64a748c
children aaaa442bfe39 4f78da5613a1 be7df7fe3d80
comparison
equal deleted inserted replaced
3789:3ba143353f95 3810:e9b7e05bcd42
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");