Mercurial > hg > orthanc
comparison Plugins/Engine/PluginsEnumerations.cpp @ 1645:1558b3226b18
IHttpExceptionFormatter
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 24 Sep 2015 15:55:17 +0200 |
parents | 87c77b9b3679 |
children | da799f767e5d |
comparison
equal
deleted
inserted
replaced
1644:939b921b2c81 | 1645:1558b3226b18 |
---|---|
314 | 314 |
315 case OrthancPluginErrorCode_DatabaseNotInitialized: | 315 case OrthancPluginErrorCode_DatabaseNotInitialized: |
316 return ErrorCode_DatabaseNotInitialized; | 316 return ErrorCode_DatabaseNotInitialized; |
317 | 317 |
318 default: | 318 default: |
319 return ErrorCode_Plugin; | 319 return ErrorCode_InternalError; |
320 } | 320 } |
321 } | 321 } |
322 | 322 |
323 | 323 |
324 OrthancPluginResourceType Convert(ResourceType type) | 324 OrthancPluginResourceType Convert(ResourceType type) |