You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SendVerificationMessage(statusMessage, header, tag, VerifiedFileStatus.ErrorWontRetry,$"Exception while classifying {statusMessage.GetType().Name}:\n{e}. File could not be scanned.");
The verification message report content is not a JSON blob of failure data but is a serialised exception message. CohortPackager does not handle this case though:
Specifically when an exception is generated here:
SmiServices/src/microservices/Microservices.IsIdentifiable/Service/IsIdentifiableQueueConsumer.cs
Line 68 in e5da6b3
The verification message report content is not a JSON blob of failure data but is a serialised exception message. CohortPackager does not handle this case though:
SmiServices/src/microservices/Microservices.CohortPackager/Messaging/AnonVerificationMessageConsumer.cs
Lines 77 to 86 in e5da6b3
The text was updated successfully, but these errors were encountered: