comparison Core/Enumerations.h @ 1746:d143db00a794 db-changes

SetOfResources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 26 Oct 2015 16:04:58 +0100
parents b80e76dd1d56
children 53e045b5a8ec
comparison
equal deleted inserted replaced
1745:38dda23c7d7d 1746:d143db00a794
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 */,