Mercurial > hg > orthanc
comparison OrthancServer/main.cpp @ 1763:f7014cca73c7
integration db-changes->mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 29 Oct 2015 12:45:20 +0100 |
parents | d143db00a794 |
children | 5ad4e4d92ecb |
comparison
equal
deleted
inserted
replaced
1743:8fc1d096aa38 | 1763:f7014cca73c7 |
---|---|
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"); |