diff Core/OrthancException.cpp @ 459:bb7ef0b076c8

new error code
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 04 Jul 2013 16:57:51 +0200
parents bdd72233b105
children 2d0a347e8cfc
line wrap: on
line diff
--- a/Core/OrthancException.cpp	Thu Jul 04 16:10:42 2013 +0200
+++ b/Core/OrthancException.cpp	Thu Jul 04 16:57:51 2013 +0200
@@ -102,6 +102,9 @@
       case ErrorCode_BadRequest:
         return "Bad request";
 
+      case ErrorCode_NetworkProtocol:
+        return "Error in the network protocol";
+
       case ErrorCode_Custom:
       default:
         return "???";