comparison Core/Enumerations.h @ 2581:8da2cffc2378 jobs

JobsRegistry::Cancel()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 11 May 2018 17:33:19 +0200
parents 2af17cd5eb1f
children 740983056f9e
comparison
equal deleted inserted replaced
2580:055d7d4a823f 2581:8da2cffc2378
94 ErrorCode_StorageAreaPlugin = 32 /*!< Error in the plugin implementing a custom storage area */, 94 ErrorCode_StorageAreaPlugin = 32 /*!< Error in the plugin implementing a custom storage area */,
95 ErrorCode_EmptyRequest = 33 /*!< The request is empty */, 95 ErrorCode_EmptyRequest = 33 /*!< The request is empty */,
96 ErrorCode_NotAcceptable = 34 /*!< Cannot send a response which is acceptable according to the Accept HTTP header */, 96 ErrorCode_NotAcceptable = 34 /*!< Cannot send a response which is acceptable according to the Accept HTTP header */,
97 ErrorCode_NullPointer = 35 /*!< Cannot handle a NULL pointer */, 97 ErrorCode_NullPointer = 35 /*!< Cannot handle a NULL pointer */,
98 ErrorCode_DatabaseUnavailable = 36 /*!< The database is currently not available (probably a transient situation) */, 98 ErrorCode_DatabaseUnavailable = 36 /*!< The database is currently not available (probably a transient situation) */,
99 ErrorCode_CanceledJob = 37 /*!< This job was canceled */,
99 ErrorCode_SQLiteNotOpened = 1000 /*!< SQLite: The database is not opened */, 100 ErrorCode_SQLiteNotOpened = 1000 /*!< SQLite: The database is not opened */,
100 ErrorCode_SQLiteAlreadyOpened = 1001 /*!< SQLite: Connection is already open */, 101 ErrorCode_SQLiteAlreadyOpened = 1001 /*!< SQLite: Connection is already open */,
101 ErrorCode_SQLiteCannotOpen = 1002 /*!< SQLite: Unable to open the database */, 102 ErrorCode_SQLiteCannotOpen = 1002 /*!< SQLite: Unable to open the database */,
102 ErrorCode_SQLiteStatementAlreadyUsed = 1003 /*!< SQLite: This cached statement is already being referred to */, 103 ErrorCode_SQLiteStatementAlreadyUsed = 1003 /*!< SQLite: This cached statement is already being referred to */,
103 ErrorCode_SQLiteExecute = 1004 /*!< SQLite: Cannot execute a command */, 104 ErrorCode_SQLiteExecute = 1004 /*!< SQLite: Cannot execute a command */,