comparison Core/Enumerations.cpp @ 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
146 return "The plugin implementing a custom database back-end does not fulfill the proper interface"; 146 return "The plugin implementing a custom database back-end does not fulfill the proper interface";
147 147
148 case ErrorCode_StorageAreaPlugin: 148 case ErrorCode_StorageAreaPlugin:
149 return "Error in the plugin implementing a custom storage area"; 149 return "Error in the plugin implementing a custom storage area";
150 150
151 case ErrorCode_EmptyRequest:
152 return "The request is empty";
153
151 case ErrorCode_SQLiteNotOpened: 154 case ErrorCode_SQLiteNotOpened:
152 return "SQLite: The database is not opened"; 155 return "SQLite: The database is not opened";
153 156
154 case ErrorCode_SQLiteAlreadyOpened: 157 case ErrorCode_SQLiteAlreadyOpened:
155 return "SQLite: Connection is already open"; 158 return "SQLite: Connection is already open";