comparison Core/Enumerations.h @ 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
98 ErrorCode_SQLiteTransactionCommit = 1014 /*!< SQLite: Failure when committing the transaction */, 98 ErrorCode_SQLiteTransactionCommit = 1014 /*!< SQLite: Failure when committing the transaction */,
99 ErrorCode_SQLiteTransactionBegin = 1015 /*!< SQLite: Cannot start a transaction */, 99 ErrorCode_SQLiteTransactionBegin = 1015 /*!< SQLite: Cannot start a transaction */,
100 ErrorCode_DirectoryOverFile = 2000 /*!< The directory to be created is already occupied by a regular file */, 100 ErrorCode_DirectoryOverFile = 2000 /*!< The directory to be created is already occupied by a regular file */,
101 ErrorCode_FileStorageCannotWrite = 2001 /*!< Unable to create a subdirectory or a file in the file storage */, 101 ErrorCode_FileStorageCannotWrite = 2001 /*!< Unable to create a subdirectory or a file in the file storage */,
102 ErrorCode_DirectoryExpected = 2002 /*!< The specified path does not point to a directory */, 102 ErrorCode_DirectoryExpected = 2002 /*!< The specified path does not point to a directory */,
103 ErrorCode_HttpPortInUse = 2003 /*!< The TCP port of the HTTP server is already in use */, 103 ErrorCode_HttpPortInUse = 2003 /*!< The TCP port of the HTTP server is privileged or already in use */,
104 ErrorCode_DicomPortInUse = 2004 /*!< The TCP port of the DICOM server is already in use */, 104 ErrorCode_DicomPortInUse = 2004 /*!< The TCP port of the DICOM server is privileged or already in use */,
105 ErrorCode_BadHttpStatusInRest = 2005 /*!< This HTTP status is not allowed in a REST API */, 105 ErrorCode_BadHttpStatusInRest = 2005 /*!< This HTTP status is not allowed in a REST API */,
106 ErrorCode_RegularFileExpected = 2006 /*!< The specified path does not point to a regular file */, 106 ErrorCode_RegularFileExpected = 2006 /*!< The specified path does not point to a regular file */,
107 ErrorCode_PathToExecutable = 2007 /*!< Unable to get the path to the executable */, 107 ErrorCode_PathToExecutable = 2007 /*!< Unable to get the path to the executable */,
108 ErrorCode_MakeDirectory = 2008 /*!< Cannot create a directory */, 108 ErrorCode_MakeDirectory = 2008 /*!< Cannot create a directory */,
109 ErrorCode_BadApplicationEntityTitle = 2009 /*!< An application entity title (AET) cannot be empty or be longer than 16 characters */, 109 ErrorCode_BadApplicationEntityTitle = 2009 /*!< An application entity title (AET) cannot be empty or be longer than 16 characters */,