Mercurial > hg > orthanc
diff Resources/ErrorCodes.json @ 1643:87c77b9b3679
provision for error codes in plugins
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 23 Sep 2015 14:42:20 +0200 |
parents | ffd23c0104af |
children | 4fc502d469f4 |
line wrap: on
line diff
--- a/Resources/ErrorCodes.json Wed Sep 23 13:39:00 2015 +0200 +++ b/Resources/ErrorCodes.json Wed Sep 23 14:42:20 2015 +0200 @@ -175,7 +175,16 @@ "Name": "BadFont", "Description": "Badly formatted font file" }, - + { + "Code": 31, + "Name": "DatabasePlugin", + "Description": "The plugin implementing a custom database back-end does not fulfill the proper interface" + }, + { + "Code": 32, + "Name": "StorageAreaPlugin", + "Description": "Error in the plugin implementing a custom storage area" + }, @@ -478,10 +487,10 @@ "Code": 2037, "Name": "DatabaseBackendAlreadyRegistered", "Description": "Another plugin has already registered a custom database back-end" - }, + }, { - "Code": 2038, - "Name": "DatabasePlugin", - "Description": "The plugin implementing a custom database back-end does not fulfill the proper interface" + "Code": 2038, + "Name": "DatabaseNotInitialized", + "Description": "Plugin trying to call the database during its initialization" } ]