comparison 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
comparison
equal deleted inserted replaced
1609:c74495267acf 1610:2dff2bdffdb8
167 { 167 {
168 "Code": 29, 168 "Code": 29,
169 "HttpStatus": 401, 169 "HttpStatus": 401,
170 "Name": "Unauthorized", 170 "Name": "Unauthorized",
171 "Description": "Bad credentials were provided to an HTTP request" 171 "Description": "Bad credentials were provided to an HTTP request"
172 }, 172 },
173 173 {
174 174 "Code": 30,
175 "Name": "BadFont",
176 "Description": "Badly formatted font file"
177 },
175 178
176 179
177 180
178 181
179 /** SQLite **/ 182 /** SQLite **/