comparison 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
comparison
equal deleted inserted replaced
1605:fd0464ce1962 1606:31f4adefb88f
161 { 161 {
162 "Code": 28, 162 "Code": 28,
163 "HttpStatus": 400, 163 "HttpStatus": 400,
164 "Name": "BadJson", 164 "Name": "BadJson",
165 "Description": "Cannot parse a JSON document" 165 "Description": "Cannot parse a JSON document"
166 },
167 {
168 "Code": 29,
169 "HttpStatus": 401,
170 "Name": "Unauthorized",
171 "Description": "Bad credentials were provided to an HTTP request"
166 }, 172 },
167 173
168 174
169 175
170 176