comparison OrthancFramework/Sources/Enumerations.h @ 4347:3dffe8f7af48

new error code: ErrorCode_DiscontinuedAbi
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 06 Dec 2020 11:42:39 +0100
parents c70df925151e
children 80fd140b12ba
comparison
equal deleted inserted replaced
4346:1f08180cd86f 4347:3dffe8f7af48
130 ErrorCode_NullPointer = 35 /*!< Cannot handle a NULL pointer */, 130 ErrorCode_NullPointer = 35 /*!< Cannot handle a NULL pointer */,
131 ErrorCode_DatabaseUnavailable = 36 /*!< The database is currently not available (probably a transient situation) */, 131 ErrorCode_DatabaseUnavailable = 36 /*!< The database is currently not available (probably a transient situation) */,
132 ErrorCode_CanceledJob = 37 /*!< This job was canceled */, 132 ErrorCode_CanceledJob = 37 /*!< This job was canceled */,
133 ErrorCode_BadGeometry = 38 /*!< Geometry error encountered in Stone */, 133 ErrorCode_BadGeometry = 38 /*!< Geometry error encountered in Stone */,
134 ErrorCode_SslInitialization = 39 /*!< Cannot initialize SSL encryption, check out your certificates */, 134 ErrorCode_SslInitialization = 39 /*!< Cannot initialize SSL encryption, check out your certificates */,
135 ErrorCode_DiscontinuedAbi = 40 /*!< Calling a function that has been removed from the Orthanc Framework */,
135 ErrorCode_SQLiteNotOpened = 1000 /*!< SQLite: The database is not opened */, 136 ErrorCode_SQLiteNotOpened = 1000 /*!< SQLite: The database is not opened */,
136 ErrorCode_SQLiteAlreadyOpened = 1001 /*!< SQLite: Connection is already open */, 137 ErrorCode_SQLiteAlreadyOpened = 1001 /*!< SQLite: Connection is already open */,
137 ErrorCode_SQLiteCannotOpen = 1002 /*!< SQLite: Unable to open the database */, 138 ErrorCode_SQLiteCannotOpen = 1002 /*!< SQLite: Unable to open the database */,
138 ErrorCode_SQLiteStatementAlreadyUsed = 1003 /*!< SQLite: This cached statement is already being referred to */, 139 ErrorCode_SQLiteStatementAlreadyUsed = 1003 /*!< SQLite: This cached statement is already being referred to */,
139 ErrorCode_SQLiteExecute = 1004 /*!< SQLite: Cannot execute a command */, 140 ErrorCode_SQLiteExecute = 1004 /*!< SQLite: Cannot execute a command */,