comparison OrthancServer/main.cpp @ 2581:8da2cffc2378 jobs

JobsRegistry::Cancel()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 11 May 2018 17:33:19 +0200
parents fcf447be9e97
children 3ff4c50647ea
comparison
equal deleted inserted replaced
2580:055d7d4a823f 2581:8da2cffc2378
572 PrintErrorCode(ErrorCode_StorageAreaPlugin, "Error in the plugin implementing a custom storage area"); 572 PrintErrorCode(ErrorCode_StorageAreaPlugin, "Error in the plugin implementing a custom storage area");
573 PrintErrorCode(ErrorCode_EmptyRequest, "The request is empty"); 573 PrintErrorCode(ErrorCode_EmptyRequest, "The request is empty");
574 PrintErrorCode(ErrorCode_NotAcceptable, "Cannot send a response which is acceptable according to the Accept HTTP header"); 574 PrintErrorCode(ErrorCode_NotAcceptable, "Cannot send a response which is acceptable according to the Accept HTTP header");
575 PrintErrorCode(ErrorCode_NullPointer, "Cannot handle a NULL pointer"); 575 PrintErrorCode(ErrorCode_NullPointer, "Cannot handle a NULL pointer");
576 PrintErrorCode(ErrorCode_DatabaseUnavailable, "The database is currently not available (probably a transient situation)"); 576 PrintErrorCode(ErrorCode_DatabaseUnavailable, "The database is currently not available (probably a transient situation)");
577 PrintErrorCode(ErrorCode_CanceledJob, "This job was canceled");
577 PrintErrorCode(ErrorCode_SQLiteNotOpened, "SQLite: The database is not opened"); 578 PrintErrorCode(ErrorCode_SQLiteNotOpened, "SQLite: The database is not opened");
578 PrintErrorCode(ErrorCode_SQLiteAlreadyOpened, "SQLite: Connection is already open"); 579 PrintErrorCode(ErrorCode_SQLiteAlreadyOpened, "SQLite: Connection is already open");
579 PrintErrorCode(ErrorCode_SQLiteCannotOpen, "SQLite: Unable to open the database"); 580 PrintErrorCode(ErrorCode_SQLiteCannotOpen, "SQLite: Unable to open the database");
580 PrintErrorCode(ErrorCode_SQLiteStatementAlreadyUsed, "SQLite: This cached statement is already being referred to"); 581 PrintErrorCode(ErrorCode_SQLiteStatementAlreadyUsed, "SQLite: This cached statement is already being referred to");
581 PrintErrorCode(ErrorCode_SQLiteExecute, "SQLite: Cannot execute a command"); 582 PrintErrorCode(ErrorCode_SQLiteExecute, "SQLite: Cannot execute a command");