comparison OrthancServer/main.cpp @ 1781:5ad4e4d92ecb

AcceptMediaDispatcher bootstrap
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 17 Nov 2015 17:46:32 +0100
parents d143db00a794
children 164d78911382
comparison
equal deleted inserted replaced
1780:94990da8710e 1781:5ad4e4d92ecb
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_EmptyRequest, "The request is empty");
495 PrintErrorCode(ErrorCode_NotAcceptable, "Cannot send a response which is acceptable according to the Accept HTTP header");
495 PrintErrorCode(ErrorCode_SQLiteNotOpened, "SQLite: The database is not opened"); 496 PrintErrorCode(ErrorCode_SQLiteNotOpened, "SQLite: The database is not opened");
496 PrintErrorCode(ErrorCode_SQLiteAlreadyOpened, "SQLite: Connection is already open"); 497 PrintErrorCode(ErrorCode_SQLiteAlreadyOpened, "SQLite: Connection is already open");
497 PrintErrorCode(ErrorCode_SQLiteCannotOpen, "SQLite: Unable to open the database"); 498 PrintErrorCode(ErrorCode_SQLiteCannotOpen, "SQLite: Unable to open the database");
498 PrintErrorCode(ErrorCode_SQLiteStatementAlreadyUsed, "SQLite: This cached statement is already being referred to"); 499 PrintErrorCode(ErrorCode_SQLiteStatementAlreadyUsed, "SQLite: This cached statement is already being referred to");
499 PrintErrorCode(ErrorCode_SQLiteExecute, "SQLite: Cannot execute a command"); 500 PrintErrorCode(ErrorCode_SQLiteExecute, "SQLite: Cannot execute a command");