# HG changeset patch # User Alain Mazy # Date 1737555638 -3600 # Node ID 773a082325f409d5deb6c0e85cbd4ba5d701080f # Parent 0ff2544984d24e2d0e431f8bed0f1085a197f9ea changed error diff -r 0ff2544984d2 -r 773a082325f4 OrthancFramework/Sources/DicomNetworking/DicomStoreUserConnection.cpp --- a/OrthancFramework/Sources/DicomNetworking/DicomStoreUserConnection.cpp Wed Jan 22 13:47:31 2025 +0100 +++ b/OrthancFramework/Sources/DicomNetworking/DicomStoreUserConnection.cpp Wed Jan 22 15:20:38 2025 +0100 @@ -651,7 +651,7 @@ s += " " + std::string(GetTransferSyntaxUid(*it)); } - throw OrthancException(ErrorCode_NotImplemented, "Cannot transcode instance of SOPClassUID " + + throw OrthancException(ErrorCode_InternalError, "Cannot transcode instance of SOPClassUID " + sopClassUid + " from " + std::string(GetTransferSyntaxUid(sourceSyntax)) + " to one of [" + s + " ]");