diff Resources/ErrorCodes.json @ 1596:f2e3d030ea59

BadJson error code
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 Aug 2015 15:36:43 +0200
parents 334d3a92ed83
children 31f4adefb88f
line wrap: on
line diff
--- a/Resources/ErrorCodes.json	Thu Aug 27 14:58:58 2015 +0200
+++ b/Resources/ErrorCodes.json	Thu Aug 27 15:36:43 2015 +0200
@@ -160,8 +160,9 @@
   }, 
   {
     "Code": 28, 
-    "Name": "RegularFileExpected", 
-    "Description": "The path does not point to a regular file"
+    "HttpStatus": 400, 
+    "Name": "BadJson", 
+    "Description": "Cannot parse a JSON document"
   },