comparison OrthancServer/Sources/main.cpp @ 4442:f77ee6e6cf47

new error code: ErrorCode_BadRange
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 11 Jan 2021 14:32:44 +0100
parents 5209a9ff6e38
children f4dbdb2dcba6
comparison
equal deleted inserted replaced
4441:453cd3a5a0da 4442:f77ee6e6cf47
770 PrintErrorCode(ErrorCode_DatabaseUnavailable, "The database is currently not available (probably a transient situation)"); 770 PrintErrorCode(ErrorCode_DatabaseUnavailable, "The database is currently not available (probably a transient situation)");
771 PrintErrorCode(ErrorCode_CanceledJob, "This job was canceled"); 771 PrintErrorCode(ErrorCode_CanceledJob, "This job was canceled");
772 PrintErrorCode(ErrorCode_BadGeometry, "Geometry error encountered in Stone"); 772 PrintErrorCode(ErrorCode_BadGeometry, "Geometry error encountered in Stone");
773 PrintErrorCode(ErrorCode_SslInitialization, "Cannot initialize SSL encryption, check out your certificates"); 773 PrintErrorCode(ErrorCode_SslInitialization, "Cannot initialize SSL encryption, check out your certificates");
774 PrintErrorCode(ErrorCode_DiscontinuedAbi, "Calling a function that has been removed from the Orthanc Framework"); 774 PrintErrorCode(ErrorCode_DiscontinuedAbi, "Calling a function that has been removed from the Orthanc Framework");
775 PrintErrorCode(ErrorCode_BadRange, "Incorrect range request");
775 PrintErrorCode(ErrorCode_SQLiteNotOpened, "SQLite: The database is not opened"); 776 PrintErrorCode(ErrorCode_SQLiteNotOpened, "SQLite: The database is not opened");
776 PrintErrorCode(ErrorCode_SQLiteAlreadyOpened, "SQLite: Connection is already open"); 777 PrintErrorCode(ErrorCode_SQLiteAlreadyOpened, "SQLite: Connection is already open");
777 PrintErrorCode(ErrorCode_SQLiteCannotOpen, "SQLite: Unable to open the database"); 778 PrintErrorCode(ErrorCode_SQLiteCannotOpen, "SQLite: Unable to open the database");
778 PrintErrorCode(ErrorCode_SQLiteStatementAlreadyUsed, "SQLite: This cached statement is already being referred to"); 779 PrintErrorCode(ErrorCode_SQLiteStatementAlreadyUsed, "SQLite: This cached statement is already being referred to");
779 PrintErrorCode(ErrorCode_SQLiteExecute, "SQLite: Cannot execute a command"); 780 PrintErrorCode(ErrorCode_SQLiteExecute, "SQLite: Cannot execute a command");