comparison OrthancFramework/Sources/Enumerations.cpp @ 4347:3dffe8f7af48

new error code: ErrorCode_DiscontinuedAbi
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 06 Dec 2020 11:42:39 +0100
parents c70df925151e
children b002f9abe802
comparison
equal deleted inserted replaced
4346:1f08180cd86f 4347:3dffe8f7af48
178 case ErrorCode_BadGeometry: 178 case ErrorCode_BadGeometry:
179 return "Geometry error encountered in Stone"; 179 return "Geometry error encountered in Stone";
180 180
181 case ErrorCode_SslInitialization: 181 case ErrorCode_SslInitialization:
182 return "Cannot initialize SSL encryption, check out your certificates"; 182 return "Cannot initialize SSL encryption, check out your certificates";
183
184 case ErrorCode_DiscontinuedAbi:
185 return "Calling a function that has been removed from the Orthanc Framework";
183 186
184 case ErrorCode_SQLiteNotOpened: 187 case ErrorCode_SQLiteNotOpened:
185 return "SQLite: The database is not opened"; 188 return "SQLite: The database is not opened";
186 189
187 case ErrorCode_SQLiteAlreadyOpened: 190 case ErrorCode_SQLiteAlreadyOpened: