comparison 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
comparison
equal deleted inserted replaced
991:2f76b92addd4 1014:40e5255e7dc5
119 return "Incompatible size of the images"; 119 return "Incompatible size of the images";
120 120
121 case ErrorCode_IncompatibleImageFormat: 121 case ErrorCode_IncompatibleImageFormat:
122 return "Incompatible format of the images"; 122 return "Incompatible format of the images";
123 123
124 case ErrorCode_SharedLibrary:
125 return "Error while using a shared library (plugin)";
126
124 case ErrorCode_Custom: 127 case ErrorCode_Custom:
125 default: 128 default:
126 return "???"; 129 return "???";
127 } 130 }
128 } 131 }