diff OrthancServer/Sources/ServerEnumerations.h @ 5758:ca06dde85358 large-queries

merged find-refactoring -> large-queries
author Alain Mazy <am@orthanc.team>
date Thu, 05 Sep 2024 18:52:27 +0200
parents 3765085693e5 078b724dcbf8
children 0da33161acf7
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerEnumerations.h	Thu Sep 05 18:21:56 2024 +0200
+++ b/OrthancServer/Sources/ServerEnumerations.h	Thu Sep 05 18:52:27 2024 +0200
@@ -208,6 +208,7 @@
     Warnings_None,
     Warnings_001_TagsBeingReadFromStorage,
     Warnings_002_InconsistentDicomTagsInDb,
+    Warnings_003_DecoderFailure,              // new in Orthanc 1.12.5
   };