diff 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
line wrap: on
line diff
--- a/OrthancServer/Sources/main.cpp	Sat Jan 09 13:13:06 2021 +0100
+++ b/OrthancServer/Sources/main.cpp	Mon Jan 11 14:32:44 2021 +0100
@@ -772,6 +772,7 @@
     PrintErrorCode(ErrorCode_BadGeometry, "Geometry error encountered in Stone");
     PrintErrorCode(ErrorCode_SslInitialization, "Cannot initialize SSL encryption, check out your certificates");
     PrintErrorCode(ErrorCode_DiscontinuedAbi, "Calling a function that has been removed from the Orthanc Framework");
+    PrintErrorCode(ErrorCode_BadRange, "Incorrect range request");
     PrintErrorCode(ErrorCode_SQLiteNotOpened, "SQLite: The database is not opened");
     PrintErrorCode(ErrorCode_SQLiteAlreadyOpened, "SQLite: Connection is already open");
     PrintErrorCode(ErrorCode_SQLiteCannotOpen, "SQLite: Unable to open the database");