comparison Plugins/Engine/PluginsErrorDictionary.h @ 1650:9f34ebfaf2c9

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 Sep 2015 16:47:05 +0200
parents 8040d56cb0b3
children 2e692c83e2f3
comparison
equal deleted inserted replaced
1649:8040d56cb0b3 1650:9f34ebfaf2c9
72 OrthancPluginErrorCode Register(SharedLibrary& library, 72 OrthancPluginErrorCode Register(SharedLibrary& library,
73 int32_t pluginCode, 73 int32_t pluginCode,
74 uint16_t httpStatus, 74 uint16_t httpStatus,
75 const char* message); 75 const char* message);
76 76
77 void LogError(const OrthancException& exception);
78
77 bool Format(Json::Value& message, /* out */ 79 bool Format(Json::Value& message, /* out */
78 HttpStatus& httpStatus, /* out */ 80 HttpStatus& httpStatus, /* out */
79 const OrthancException& exception); 81 const OrthancException& exception);
80 }; 82 };
81 } 83 }