diff OrthancFramework/Sources/Enumerations.h @ 4442:f77ee6e6cf47

new error code: ErrorCode_BadRange
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 11 Jan 2021 14:32:44 +0100
parents d9473bd5ed43
children 9c070a34de18
line wrap: on
line diff
--- a/OrthancFramework/Sources/Enumerations.h	Sat Jan 09 13:13:06 2021 +0100
+++ b/OrthancFramework/Sources/Enumerations.h	Mon Jan 11 14:32:44 2021 +0100
@@ -133,6 +133,7 @@
     ErrorCode_BadGeometry = 38    /*!< Geometry error encountered in Stone */,
     ErrorCode_SslInitialization = 39    /*!< Cannot initialize SSL encryption, check out your certificates */,
     ErrorCode_DiscontinuedAbi = 40    /*!< Calling a function that has been removed from the Orthanc Framework */,
+    ErrorCode_BadRange = 41    /*!< Incorrect range request */,
     ErrorCode_SQLiteNotOpened = 1000    /*!< SQLite: The database is not opened */,
     ErrorCode_SQLiteAlreadyOpened = 1001    /*!< SQLite: Connection is already open */,
     ErrorCode_SQLiteCannotOpen = 1002    /*!< SQLite: Unable to open the database */,