comparison Core/Enumerations.cpp @ 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 2a129de4b5e2
children ebce5f456b8e
comparison
equal deleted inserted replaced
1948:326fdda31b42 1949:d90f737f2dde
210 210
211 case ErrorCode_DirectoryExpected: 211 case ErrorCode_DirectoryExpected:
212 return "The specified path does not point to a directory"; 212 return "The specified path does not point to a directory";
213 213
214 case ErrorCode_HttpPortInUse: 214 case ErrorCode_HttpPortInUse:
215 return "The TCP port of the HTTP server is already in use"; 215 return "The TCP port of the HTTP server is privileged or already in use";
216 216
217 case ErrorCode_DicomPortInUse: 217 case ErrorCode_DicomPortInUse:
218 return "The TCP port of the DICOM server is already in use"; 218 return "The TCP port of the DICOM server is privileged or already in use";
219 219
220 case ErrorCode_BadHttpStatusInRest: 220 case ErrorCode_BadHttpStatusInRest:
221 return "This HTTP status is not allowed in a REST API"; 221 return "This HTTP status is not allowed in a REST API";
222 222
223 case ErrorCode_RegularFileExpected: 223 case ErrorCode_RegularFileExpected: