diff Resources/ErrorCodes.json @ 1606:31f4adefb88f

issuing HTTP requests from the plugin SDK
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 01 Sep 2015 17:37:26 +0200
parents f2e3d030ea59
children 2dff2bdffdb8
line wrap: on
line diff
--- a/Resources/ErrorCodes.json	Tue Sep 01 16:41:16 2015 +0200
+++ b/Resources/ErrorCodes.json	Tue Sep 01 17:37:26 2015 +0200
@@ -163,6 +163,12 @@
     "HttpStatus": 400, 
     "Name": "BadJson", 
     "Description": "Cannot parse a JSON document"
+  }, 
+  {
+    "Code": 29, 
+    "HttpStatus": 401, 
+    "Name": "Unauthorized", 
+    "Description": "Bad credentials were provided to an HTTP request"
   },