diff Framework/StoneException.h @ 307:be2660b6e40a am-callable-and-promise

wip: commands + status update
author am@osimis.io
date Tue, 25 Sep 2018 15:14:53 +0200
parents 1992f7b8563e
children 3a4ca166fafa
line wrap: on
line diff
--- a/Framework/StoneException.h	Tue Sep 18 18:20:10 2018 +0200
+++ b/Framework/StoneException.h	Tue Sep 25 15:14:53 2018 +0200
@@ -32,9 +32,11 @@
     ErrorCode_OrthancError, // this StoneException is actually an OrthancException with an Orthanc error code
     ErrorCode_ApplicationException, // this StoneException is specific to an application (and should have its own internal error code)
     ErrorCode_NotImplemented, // case not implemented
+
     ErrorCode_PromiseSingleSuccessHandler, // a Promise can only have a single success handler
     ErrorCode_PromiseSingleFailureHandler, // a Promise can only have a single failure handler
 
+    ErrorCode_CommandJsonInvalidFormat,
     ErrorCode_Last
   };