Not sure what to make of this error. From the telemetry we are getting from some of our clients, it seems related record queries are not working correctly. We are using the ServiceFeatureTable.QueryRelatedFeaturesAsync method that takes three parameters:
- ArcGISFeature
- Parameters configured to use only one relationship class
- QueryFeatureFields.LoadAll
ServiceFeatureTable.QueryRelatedFeaturesAsync Method (ArcGISFeature, RelatedQueryParameters, QueryFe...
The exception's message is simply "json". Exception type is Esri.ArcGISRuntime.Http.ArcGISWebException. Any ideas?