Mercurial > hg > orthanc-python
diff Sources/Autogenerated/sdk_GlobalFunctions.impl.h @ 77:e7ff5efb100d
Custom exception "orthanc.OrthancException" is raised instead of "ValueError"
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 09 Aug 2021 18:16:42 +0200 |
parents | cbfc72a53970 |
children | eb6ac5a801d1 |
line wrap: on
line diff
--- a/Sources/Autogenerated/sdk_GlobalFunctions.impl.h Mon Aug 09 17:00:53 2021 +0200 +++ b/Sources/Autogenerated/sdk_GlobalFunctions.impl.h Mon Aug 09 18:16:42 2021 +0200 @@ -119,7 +119,7 @@ } else { - PythonLock::RaiseException(OrthancPluginErrorCode_InternalError); + PythonLock::RaiseException(code); return NULL; } } @@ -144,7 +144,7 @@ } else { - PythonLock::RaiseException(OrthancPluginErrorCode_InternalError); + PythonLock::RaiseException(code); return NULL; } } @@ -169,7 +169,7 @@ } else { - PythonLock::RaiseException(OrthancPluginErrorCode_InternalError); + PythonLock::RaiseException(code); return NULL; } } @@ -195,7 +195,7 @@ } else { - PythonLock::RaiseException(OrthancPluginErrorCode_InternalError); + PythonLock::RaiseException(code); return NULL; } } @@ -221,7 +221,7 @@ } else { - PythonLock::RaiseException(OrthancPluginErrorCode_InternalError); + PythonLock::RaiseException(code); return NULL; } } @@ -299,7 +299,7 @@ } else { - PythonLock::RaiseException(OrthancPluginErrorCode_InternalError); + PythonLock::RaiseException(code); return NULL; } } @@ -325,7 +325,7 @@ } else { - PythonLock::RaiseException(OrthancPluginErrorCode_InternalError); + PythonLock::RaiseException(code); return NULL; } } @@ -705,7 +705,7 @@ } else { - PythonLock::RaiseException(OrthancPluginErrorCode_InternalError); + PythonLock::RaiseException(code); return NULL; } } @@ -730,7 +730,7 @@ } else { - PythonLock::RaiseException(OrthancPluginErrorCode_InternalError); + PythonLock::RaiseException(code); return NULL; } } @@ -839,7 +839,7 @@ } else { - PythonLock::RaiseException(OrthancPluginErrorCode_InternalError); + PythonLock::RaiseException(code); return NULL; } } @@ -869,7 +869,7 @@ } else { - PythonLock::RaiseException(OrthancPluginErrorCode_InternalError); + PythonLock::RaiseException(code); return NULL; } } @@ -896,7 +896,7 @@ } else { - PythonLock::RaiseException(OrthancPluginErrorCode_InternalError); + PythonLock::RaiseException(code); return NULL; } } @@ -924,7 +924,7 @@ } else { - PythonLock::RaiseException(OrthancPluginErrorCode_InternalError); + PythonLock::RaiseException(code); return NULL; } } @@ -952,7 +952,7 @@ } else { - PythonLock::RaiseException(OrthancPluginErrorCode_InternalError); + PythonLock::RaiseException(code); return NULL; } } @@ -1508,7 +1508,7 @@ } else { - PythonLock::RaiseException(OrthancPluginErrorCode_InternalError); + PythonLock::RaiseException(code); return NULL; } }