comparison Resources/ErrorCodes.json @ 1949:d90f737f2dde

warn about the use of privileged ports
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 Apr 2016 10:30:17 +0200
parents 164d78911382
children ebce5f456b8e
comparison
equal deleted inserted replaced
1948:326fdda31b42 1949:d90f737f2dde
325 "Description": "The specified path does not point to a directory" 325 "Description": "The specified path does not point to a directory"
326 }, 326 },
327 { 327 {
328 "Code": 2003, 328 "Code": 2003,
329 "Name": "HttpPortInUse", 329 "Name": "HttpPortInUse",
330 "Description": "The TCP port of the HTTP server is already in use" 330 "Description": "The TCP port of the HTTP server is privileged or already in use"
331 }, 331 },
332 { 332 {
333 "Code": 2004, 333 "Code": 2004,
334 "Name": "DicomPortInUse", 334 "Name": "DicomPortInUse",
335 "Description": "The TCP port of the DICOM server is already in use" 335 "Description": "The TCP port of the DICOM server is privileged or already in use"
336 }, 336 },
337 { 337 {
338 "Code": 2005, 338 "Code": 2005,
339 "Name": "BadHttpStatusInRest", 339 "Name": "BadHttpStatusInRest",
340 "Description": "This HTTP status is not allowed in a REST API" 340 "Description": "This HTTP status is not allowed in a REST API"