Mercurial > hg > orthanc
diff Resources/ErrorCodes.json @ 1703:b80e76dd1d56 db-changes
ordered-slices continued
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 13 Oct 2015 16:10:35 +0200 |
parents | 4fc502d469f4 |
children | d143db00a794 |
line wrap: on
line diff
--- a/Resources/ErrorCodes.json Mon Oct 12 17:49:23 2015 +0200 +++ b/Resources/ErrorCodes.json Tue Oct 13 16:10:35 2015 +0200 @@ -497,5 +497,10 @@ "Code": 2039, "Name": "SslDisabled", "Description": "Orthanc has been built without SSL support" + }, + { + "Code": 2040, + "Name": "CannotOrderSlices", + "Description": "Unable to order the slices of the series" } ]