diff Resources/ErrorCodes.json @ 1781:5ad4e4d92ecb

AcceptMediaDispatcher bootstrap
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 17 Nov 2015 17:46:32 +0100
parents d143db00a794
children 164d78911382
line wrap: on
line diff
--- a/Resources/ErrorCodes.json	Fri Nov 13 15:06:45 2015 +0100
+++ b/Resources/ErrorCodes.json	Tue Nov 17 17:46:32 2015 +0100
@@ -189,6 +189,12 @@
     "Code": 33,
     "Name": "EmptyRequest",
     "Description": "The request is empty"
+  }, 
+  {
+    "Code": 34, 
+    "HttpStatus": 406, 
+    "Name": "NotAcceptable", 
+    "Description": "Cannot send a response which is acceptable according to the Accept HTTP header"
   },