comparison Core/Enumerations.h @ 1781:5ad4e4d92ecb

AcceptMediaDispatcher bootstrap
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 17 Nov 2015 17:46:32 +0100
parents 613df4362575
children 164d78911382
comparison
equal deleted inserted replaced
1780:94990da8710e 1781:5ad4e4d92ecb
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_EmptyRequest = 33 /*!< The request is empty */,
83 ErrorCode_NotAcceptable = 34 /*!< Cannot send a response which is acceptable according to the Accept HTTP header */,
83 ErrorCode_SQLiteNotOpened = 1000 /*!< SQLite: The database is not opened */, 84 ErrorCode_SQLiteNotOpened = 1000 /*!< SQLite: The database is not opened */,
84 ErrorCode_SQLiteAlreadyOpened = 1001 /*!< SQLite: Connection is already open */, 85 ErrorCode_SQLiteAlreadyOpened = 1001 /*!< SQLite: Connection is already open */,
85 ErrorCode_SQLiteCannotOpen = 1002 /*!< SQLite: Unable to open the database */, 86 ErrorCode_SQLiteCannotOpen = 1002 /*!< SQLite: Unable to open the database */,
86 ErrorCode_SQLiteStatementAlreadyUsed = 1003 /*!< SQLite: This cached statement is already being referred to */, 87 ErrorCode_SQLiteStatementAlreadyUsed = 1003 /*!< SQLite: This cached statement is already being referred to */,
87 ErrorCode_SQLiteExecute = 1004 /*!< SQLite: Cannot execute a command */, 88 ErrorCode_SQLiteExecute = 1004 /*!< SQLite: Cannot execute a command */,