comparison OrthancServer/main.cpp @ 1746:d143db00a794 db-changes

SetOfResources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 26 Oct 2015 16:04:58 +0100
parents 06addfcd1d4c
children 5ad4e4d92ecb
comparison
equal deleted inserted replaced
1745:38dda23c7d7d 1746:d143db00a794
489 PrintErrorCode(ErrorCode_BadJson, "Cannot parse a JSON document"); 489 PrintErrorCode(ErrorCode_BadJson, "Cannot parse a JSON document");
490 PrintErrorCode(ErrorCode_Unauthorized, "Bad credentials were provided to an HTTP request"); 490 PrintErrorCode(ErrorCode_Unauthorized, "Bad credentials were provided to an HTTP request");
491 PrintErrorCode(ErrorCode_BadFont, "Badly formatted font file"); 491 PrintErrorCode(ErrorCode_BadFont, "Badly formatted font file");
492 PrintErrorCode(ErrorCode_DatabasePlugin, "The plugin implementing a custom database back-end does not fulfill the proper interface"); 492 PrintErrorCode(ErrorCode_DatabasePlugin, "The plugin implementing a custom database back-end does not fulfill the proper interface");
493 PrintErrorCode(ErrorCode_StorageAreaPlugin, "Error in the plugin implementing a custom storage area"); 493 PrintErrorCode(ErrorCode_StorageAreaPlugin, "Error in the plugin implementing a custom storage area");
494 PrintErrorCode(ErrorCode_EmptyRequest, "The request is empty");
494 PrintErrorCode(ErrorCode_SQLiteNotOpened, "SQLite: The database is not opened"); 495 PrintErrorCode(ErrorCode_SQLiteNotOpened, "SQLite: The database is not opened");
495 PrintErrorCode(ErrorCode_SQLiteAlreadyOpened, "SQLite: Connection is already open"); 496 PrintErrorCode(ErrorCode_SQLiteAlreadyOpened, "SQLite: Connection is already open");
496 PrintErrorCode(ErrorCode_SQLiteCannotOpen, "SQLite: Unable to open the database"); 497 PrintErrorCode(ErrorCode_SQLiteCannotOpen, "SQLite: Unable to open the database");
497 PrintErrorCode(ErrorCode_SQLiteStatementAlreadyUsed, "SQLite: This cached statement is already being referred to"); 498 PrintErrorCode(ErrorCode_SQLiteStatementAlreadyUsed, "SQLite: This cached statement is already being referred to");
498 PrintErrorCode(ErrorCode_SQLiteExecute, "SQLite: Cannot execute a command"); 499 PrintErrorCode(ErrorCode_SQLiteExecute, "SQLite: Cannot execute a command");