comparison Orthanc/Core/Enumerations.cpp @ 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
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";