Mercurial > hg > orthanc
comparison OrthancServer/main.cpp @ 3376:56ea9c476dba
new error code for Stone: BadGeometry
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 15 May 2019 16:30:24 +0200 |
parents | 07a2f637b76d |
children | e280ced38a4c |
comparison
equal
deleted
inserted
replaced
3375:73d60d80a74a | 3376:56ea9c476dba |
---|---|
609 PrintErrorCode(ErrorCode_EmptyRequest, "The request is empty"); | 609 PrintErrorCode(ErrorCode_EmptyRequest, "The request is empty"); |
610 PrintErrorCode(ErrorCode_NotAcceptable, "Cannot send a response which is acceptable according to the Accept HTTP header"); | 610 PrintErrorCode(ErrorCode_NotAcceptable, "Cannot send a response which is acceptable according to the Accept HTTP header"); |
611 PrintErrorCode(ErrorCode_NullPointer, "Cannot handle a NULL pointer"); | 611 PrintErrorCode(ErrorCode_NullPointer, "Cannot handle a NULL pointer"); |
612 PrintErrorCode(ErrorCode_DatabaseUnavailable, "The database is currently not available (probably a transient situation)"); | 612 PrintErrorCode(ErrorCode_DatabaseUnavailable, "The database is currently not available (probably a transient situation)"); |
613 PrintErrorCode(ErrorCode_CanceledJob, "This job was canceled"); | 613 PrintErrorCode(ErrorCode_CanceledJob, "This job was canceled"); |
614 PrintErrorCode(ErrorCode_BadGeometry, "Geometry error encountered in Stone"); | |
614 PrintErrorCode(ErrorCode_SQLiteNotOpened, "SQLite: The database is not opened"); | 615 PrintErrorCode(ErrorCode_SQLiteNotOpened, "SQLite: The database is not opened"); |
615 PrintErrorCode(ErrorCode_SQLiteAlreadyOpened, "SQLite: Connection is already open"); | 616 PrintErrorCode(ErrorCode_SQLiteAlreadyOpened, "SQLite: Connection is already open"); |
616 PrintErrorCode(ErrorCode_SQLiteCannotOpen, "SQLite: Unable to open the database"); | 617 PrintErrorCode(ErrorCode_SQLiteCannotOpen, "SQLite: Unable to open the database"); |
617 PrintErrorCode(ErrorCode_SQLiteStatementAlreadyUsed, "SQLite: This cached statement is already being referred to"); | 618 PrintErrorCode(ErrorCode_SQLiteStatementAlreadyUsed, "SQLite: This cached statement is already being referred to"); |
618 PrintErrorCode(ErrorCode_SQLiteExecute, "SQLite: Cannot execute a command"); | 619 PrintErrorCode(ErrorCode_SQLiteExecute, "SQLite: Cannot execute a command"); |