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
If you pass an invalid resource to Firely SDK, it won't give an operationoutcome but throw an error on parsing instead - and Hammer doesn't recognize the line #'s then.
Format:
FormatException: Invalid Json encountered. Details: Input string '-1.000000000000000000E+245' is not a valid decimal. Path 'component[6].valueQuantity.value', line 72, position 43.
Invalid Json encountered. Details: Input string '-1.000000000000000000E+245' is not a valid decimal. Path 'component[6].valueQuantity.value', line 72, position 43.
at Hl7.Fhir.Utility.SerializationUtil.JObjectFromReader(JsonReader reader)
at Hl7.Fhir.Serialization.FhirJsonNode.Read(JsonReader reader, String rootName, FhirJsonParsingSettings settings)
at Hl7.Fhir.Serialization.FhirJsonNode.Parse(String json, String rootName, FhirJsonParsingSettings settings)
at Program.AppModel.ValidateWithDotnet(CancellationToken token) in /media/vadi/SSDer/Programs/Hammer/Program.cs:line 766
The text was updated successfully, but these errors were encountered:
If you pass an invalid resource to Firely SDK, it won't give an operationoutcome but throw an error on parsing instead - and Hammer doesn't recognize the line #'s then.
Format:
The text was updated successfully, but these errors were encountered: