diff Core/OrthancException.cpp @ 304:4eea080e6e7a

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Dec 2012 14:57:18 +0100
parents 915ed24547ea
children bdd72233b105
line wrap: on
line diff
--- a/Core/OrthancException.cpp	Tue Dec 18 19:01:01 2012 +0100
+++ b/Core/OrthancException.cpp	Wed Dec 19 14:57:18 2012 +0100
@@ -99,6 +99,9 @@
       case ErrorCode_InexistentItem:
         return "Accessing an inexistent item";
 
+      case ErrorCode_BadRequest:
+        return "Bad request";
+
       case ErrorCode_Custom:
       default:
         return "???";