comparison Orthanc/Core/Enumerations.h @ 89:bc05500ea317

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 09 Nov 2015 09:34:49 +0100
parents 581937911d14
children a54260a7fe59
comparison
equal deleted inserted replaced
88:cb277a708b48 89:bc05500ea317
77 ErrorCode_BadJson = 28 /*!< Cannot parse a JSON document */, 77 ErrorCode_BadJson = 28 /*!< Cannot parse a JSON document */,
78 ErrorCode_Unauthorized = 29 /*!< Bad credentials were provided to an HTTP request */, 78 ErrorCode_Unauthorized = 29 /*!< Bad credentials were provided to an HTTP request */,
79 ErrorCode_BadFont = 30 /*!< Badly formatted font file */, 79 ErrorCode_BadFont = 30 /*!< Badly formatted font file */,
80 ErrorCode_DatabasePlugin = 31 /*!< The plugin implementing a custom database back-end does not fulfill the proper interface */, 80 ErrorCode_DatabasePlugin = 31 /*!< The plugin implementing a custom database back-end does not fulfill the proper interface */,
81 ErrorCode_StorageAreaPlugin = 32 /*!< Error in the plugin implementing a custom storage area */, 81 ErrorCode_StorageAreaPlugin = 32 /*!< Error in the plugin implementing a custom storage area */,
82 ErrorCode_EmptyRequest = 33 /*!< The request is empty */,
82 ErrorCode_SQLiteNotOpened = 1000 /*!< SQLite: The database is not opened */, 83 ErrorCode_SQLiteNotOpened = 1000 /*!< SQLite: The database is not opened */,
83 ErrorCode_SQLiteAlreadyOpened = 1001 /*!< SQLite: Connection is already open */, 84 ErrorCode_SQLiteAlreadyOpened = 1001 /*!< SQLite: Connection is already open */,
84 ErrorCode_SQLiteCannotOpen = 1002 /*!< SQLite: Unable to open the database */, 85 ErrorCode_SQLiteCannotOpen = 1002 /*!< SQLite: Unable to open the database */,
85 ErrorCode_SQLiteStatementAlreadyUsed = 1003 /*!< SQLite: This cached statement is already being referred to */, 86 ErrorCode_SQLiteStatementAlreadyUsed = 1003 /*!< SQLite: This cached statement is already being referred to */,
86 ErrorCode_SQLiteExecute = 1004 /*!< SQLite: Cannot execute a command */, 87 ErrorCode_SQLiteExecute = 1004 /*!< SQLite: Cannot execute a command */,