# HG changeset patch # User amazy # Date 1544087457 -3600 # Node ID 62b07b30e3db765094fd57a62771486368b658fc # Parent e361df74639fa817b826983bd7947d694eda93c5 error details diff -r e361df74639f -r 62b07b30e3db Core/DicomFormat/DicomInstanceHasher.cpp --- a/Core/DicomFormat/DicomInstanceHasher.cpp Wed Dec 05 16:30:28 2018 +0100 +++ b/Core/DicomFormat/DicomInstanceHasher.cpp Thu Dec 06 10:10:57 2018 +0100 @@ -53,7 +53,7 @@ seriesUid_.size() == 0 || instanceUid_.size() == 0) { - throw OrthancException(ErrorCode_BadFileFormat); + throw OrthancException(ErrorCode_BadFileFormat, "missing StudyInstanceUID, SeriesInstanceUID or SOPInstanceUID"); } }