| Enumerator |
|---|
| OrthancPluginErrorCode_InternalError |
Internal error
|
| OrthancPluginErrorCode_Success |
Success
|
| OrthancPluginErrorCode_Plugin |
Error encountered within the plugin engine
|
| OrthancPluginErrorCode_NotImplemented |
Not implemented yet
|
| OrthancPluginErrorCode_ParameterOutOfRange |
Parameter out of range
|
| OrthancPluginErrorCode_NotEnoughMemory |
Not enough memory
|
| OrthancPluginErrorCode_BadParameterType |
Bad type for a parameter
|
| OrthancPluginErrorCode_BadSequenceOfCalls |
Bad sequence of calls
|
| OrthancPluginErrorCode_InexistentItem |
Accessing an inexistent item
|
| OrthancPluginErrorCode_BadRequest |
Bad request
|
| OrthancPluginErrorCode_NetworkProtocol |
Error in the network protocol
|
| OrthancPluginErrorCode_SystemCommand |
Error while calling a system command
|
| OrthancPluginErrorCode_Database |
Error with the database engine
|
| OrthancPluginErrorCode_UriSyntax |
Badly formatted URI
|
| OrthancPluginErrorCode_InexistentFile |
Inexistent file
|
| OrthancPluginErrorCode_CannotWriteFile |
Cannot write to file
|
| OrthancPluginErrorCode_BadFileFormat |
Bad file format
|
| OrthancPluginErrorCode_Timeout |
Timeout
|
| OrthancPluginErrorCode_UnknownResource |
Unknown resource
|
| OrthancPluginErrorCode_IncompatibleDatabaseVersion |
Incompatible version of the database
|
| OrthancPluginErrorCode_FullStorage |
The file storage is full
|
| OrthancPluginErrorCode_CorruptedFile |
Corrupted file (e.g. inconsistent MD5 hash)
|
| OrthancPluginErrorCode_InexistentTag |
Inexistent tag
|
| OrthancPluginErrorCode_ReadOnly |
Cannot modify a read-only data structure
|
| OrthancPluginErrorCode_IncompatibleImageFormat |
Incompatible format of the images
|
| OrthancPluginErrorCode_IncompatibleImageSize |
Incompatible size of the images
|
| OrthancPluginErrorCode_SharedLibrary |
Error while using a shared library (plugin)
|
| OrthancPluginErrorCode_UnknownPluginService |
Plugin invoking an unknown service
|
| OrthancPluginErrorCode_UnknownDicomTag |
Unknown DICOM tag
|
| OrthancPluginErrorCode_BadJson |
Cannot parse a JSON document
|
| OrthancPluginErrorCode_Unauthorized |
Bad credentials were provided to an HTTP request
|
| OrthancPluginErrorCode_BadFont |
Badly formatted font file
|
| OrthancPluginErrorCode_SQLiteNotOpened |
SQLite: The database is not opened
|
| OrthancPluginErrorCode_SQLiteAlreadyOpened |
SQLite: Connection is already open
|
| OrthancPluginErrorCode_SQLiteCannotOpen |
SQLite: Unable to open the database
|
| OrthancPluginErrorCode_SQLiteStatementAlreadyUsed |
SQLite: This cached statement is already being referred to
|
| OrthancPluginErrorCode_SQLiteExecute |
SQLite: Cannot execute a command
|
| OrthancPluginErrorCode_SQLiteRollbackWithoutTransaction |
SQLite: Rolling back a nonexistent transaction (have you called Begin()?)
|
| OrthancPluginErrorCode_SQLiteCommitWithoutTransaction |
SQLite: Committing a nonexistent transaction
|
| OrthancPluginErrorCode_SQLiteRegisterFunction |
SQLite: Unable to register a function
|
| OrthancPluginErrorCode_SQLiteFlush |
SQLite: Unable to flush the database
|
| OrthancPluginErrorCode_SQLiteCannotRun |
SQLite: Cannot run a cached statement
|
| OrthancPluginErrorCode_SQLiteCannotStep |
SQLite: Cannot step over a cached statement
|
| OrthancPluginErrorCode_SQLiteBindOutOfRange |
SQLite: Bing a value while out of range (serious error)
|
| OrthancPluginErrorCode_SQLitePrepareStatement |
SQLite: Cannot prepare a cached statement
|
| OrthancPluginErrorCode_SQLiteTransactionAlreadyStarted |
SQLite: Beginning the same transaction twice
|
| OrthancPluginErrorCode_SQLiteTransactionCommit |
SQLite: Failure when committing the transaction
|
| OrthancPluginErrorCode_SQLiteTransactionBegin |
SQLite: Cannot start a transaction
|
| OrthancPluginErrorCode_DirectoryOverFile |
The directory to be created is already occupied by a regular file
|
| OrthancPluginErrorCode_FileStorageCannotWrite |
Unable to create a subdirectory or a file in the file storage
|
| OrthancPluginErrorCode_DirectoryExpected |
The specified path does not point to a directory
|
| OrthancPluginErrorCode_HttpPortInUse |
The TCP port of the HTTP server is already in use
|
| OrthancPluginErrorCode_DicomPortInUse |
The TCP port of the DICOM server is already in use
|
| OrthancPluginErrorCode_BadHttpStatusInRest |
This HTTP status is not allowed in a REST API
|
| OrthancPluginErrorCode_RegularFileExpected |
The specified path does not point to a regular file
|
| OrthancPluginErrorCode_PathToExecutable |
Unable to get the path to the executable
|
| OrthancPluginErrorCode_MakeDirectory |
Cannot create a directory
|
| OrthancPluginErrorCode_BadApplicationEntityTitle |
An application entity title (AET) cannot be empty or be longer than 16 characters
|
| OrthancPluginErrorCode_NoCFindHandler |
No request handler factory for DICOM C-FIND SCP
|
| OrthancPluginErrorCode_NoCMoveHandler |
No request handler factory for DICOM C-MOVE SCP
|
| OrthancPluginErrorCode_NoCStoreHandler |
No request handler factory for DICOM C-STORE SCP
|
| OrthancPluginErrorCode_NoApplicationEntityFilter |
No application entity filter
|
| OrthancPluginErrorCode_NoSopClassOrInstance |
DicomUserConnection: Unable to find the SOP class and instance
|
| OrthancPluginErrorCode_NoPresentationContext |
DicomUserConnection: No acceptable presentation context for modality
|
| OrthancPluginErrorCode_DicomFindUnavailable |
DicomUserConnection: The C-FIND command is not supported by the remote SCP
|
| OrthancPluginErrorCode_DicomMoveUnavailable |
DicomUserConnection: The C-MOVE command is not supported by the remote SCP
|
| OrthancPluginErrorCode_CannotStoreInstance |
Cannot store an instance
|
| OrthancPluginErrorCode_CreateDicomNotString |
Only string values are supported when creating DICOM instances
|
| OrthancPluginErrorCode_CreateDicomOverrideTag |
Trying to override a value inherited from a parent module
|
| OrthancPluginErrorCode_CreateDicomUseContent |
Use "Content" to inject an image into a new DICOM instance
|
| OrthancPluginErrorCode_CreateDicomNoPayload |
No payload is present for one instance in the series
|
| OrthancPluginErrorCode_CreateDicomUseDataUriScheme |
The payload of the DICOM instance must be specified according to Data URI scheme
|
| OrthancPluginErrorCode_CreateDicomBadParent |
Trying to attach a new DICOM instance to an inexistent resource
|
| OrthancPluginErrorCode_CreateDicomParentIsInstance |
Trying to attach a new DICOM instance to an instance (must be a series, study or patient)
|
| OrthancPluginErrorCode_CreateDicomParentEncoding |
Unable to get the encoding of the parent resource
|
| OrthancPluginErrorCode_UnknownModality |
Unknown modality
|
| OrthancPluginErrorCode_BadJobOrdering |
Bad ordering of filters in a job
|
| OrthancPluginErrorCode_JsonToLuaTable |
Cannot convert the given JSON object to a Lua table
|
| OrthancPluginErrorCode_CannotCreateLua |
Cannot create the Lua context
|
| OrthancPluginErrorCode_CannotExecuteLua |
Cannot execute a Lua command
|
| OrthancPluginErrorCode_LuaAlreadyExecuted |
Arguments cannot be pushed after the Lua function is executed
|
| OrthancPluginErrorCode_LuaBadOutput |
The Lua function does not give the expected number of outputs
|
| OrthancPluginErrorCode_NotLuaPredicate |
The Lua function is not a predicate (only true/false outputs allowed)
|
| OrthancPluginErrorCode_LuaReturnsNoString |
The Lua function does not return a string
|