I am trying to perform geometric clipping through a feature service and when I make the API call, I get this error.
In specific, I am trying to modify the geometries of lines and polygons. I identify the intersection between my line or polygon with a clipping polygon, and I obtain the shape of the intersection as a JSON. Then, I pass this shape through the applyedits on REST to update the features' shape.
What could be reasons why the applyedits fails with this message? I've verified that I impute/delete Z/M values as per my feature service's requirements.
Thanks!