diff Resources/ErrorCodes.json @ 1610:2dff2bdffdb8

font support within Orthanc
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 04 Sep 2015 13:44:21 +0200
parents 31f4adefb88f
children ffd23c0104af
line wrap: on
line diff
--- a/Resources/ErrorCodes.json	Wed Sep 02 15:07:47 2015 +0200
+++ b/Resources/ErrorCodes.json	Fri Sep 04 13:44:21 2015 +0200
@@ -169,13 +169,16 @@
     "HttpStatus": 401, 
     "Name": "Unauthorized", 
     "Description": "Bad credentials were provided to an HTTP request"
+  }, 
+  {
+    "Code": 30, 
+    "Name": "BadFont", 
+    "Description": "Badly formatted font file"
   },
 
 
 
 
-
-
   /** SQLite **/