comparison OrthancServer/Sources/main.cpp @ 4608:de5e6b04442d db-changes

added ErrorCode_Revision
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 31 Mar 2021 14:34:41 +0200
parents 2c702cfae274
children 2684544ff03c
comparison
equal deleted inserted replaced
4607:f75c63aa9de0 4608:de5e6b04442d
722 PrintErrorCode(ErrorCode_BadGeometry, "Geometry error encountered in Stone"); 722 PrintErrorCode(ErrorCode_BadGeometry, "Geometry error encountered in Stone");
723 PrintErrorCode(ErrorCode_SslInitialization, "Cannot initialize SSL encryption, check out your certificates"); 723 PrintErrorCode(ErrorCode_SslInitialization, "Cannot initialize SSL encryption, check out your certificates");
724 PrintErrorCode(ErrorCode_DiscontinuedAbi, "Calling a function that has been removed from the Orthanc Framework"); 724 PrintErrorCode(ErrorCode_DiscontinuedAbi, "Calling a function that has been removed from the Orthanc Framework");
725 PrintErrorCode(ErrorCode_BadRange, "Incorrect range request"); 725 PrintErrorCode(ErrorCode_BadRange, "Incorrect range request");
726 PrintErrorCode(ErrorCode_DatabaseCannotSerialize, "Database could not serialize access due to concurrent update, the transaction should be retried"); 726 PrintErrorCode(ErrorCode_DatabaseCannotSerialize, "Database could not serialize access due to concurrent update, the transaction should be retried");
727 PrintErrorCode(ErrorCode_Revision, "A bad revision number was provided, indicates conflict between multiple updates");
727 PrintErrorCode(ErrorCode_SQLiteNotOpened, "SQLite: The database is not opened"); 728 PrintErrorCode(ErrorCode_SQLiteNotOpened, "SQLite: The database is not opened");
728 PrintErrorCode(ErrorCode_SQLiteAlreadyOpened, "SQLite: Connection is already open"); 729 PrintErrorCode(ErrorCode_SQLiteAlreadyOpened, "SQLite: Connection is already open");
729 PrintErrorCode(ErrorCode_SQLiteCannotOpen, "SQLite: Unable to open the database"); 730 PrintErrorCode(ErrorCode_SQLiteCannotOpen, "SQLite: Unable to open the database");
730 PrintErrorCode(ErrorCode_SQLiteStatementAlreadyUsed, "SQLite: This cached statement is already being referred to"); 731 PrintErrorCode(ErrorCode_SQLiteStatementAlreadyUsed, "SQLite: This cached statement is already being referred to");
731 PrintErrorCode(ErrorCode_SQLiteExecute, "SQLite: Cannot execute a command"); 732 PrintErrorCode(ErrorCode_SQLiteExecute, "SQLite: Cannot execute a command");