Mercurial > hg > orthanc
diff Core/OrthancException.cpp @ 1014:40e5255e7dc5
integration plugins->mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 10 Jul 2014 11:13:26 +0200 |
parents | 0570a8c859cb |
children | 64f1842aae2e |
line wrap: on
line diff
--- a/Core/OrthancException.cpp Wed Jul 02 11:56:08 2014 +0200 +++ b/Core/OrthancException.cpp Thu Jul 10 11:13:26 2014 +0200 @@ -121,6 +121,9 @@ case ErrorCode_IncompatibleImageFormat: return "Incompatible format of the images"; + case ErrorCode_SharedLibrary: + return "Error while using a shared library (plugin)"; + case ErrorCode_Custom: default: return "???";