We have an old app, which edits a Secured Feature Service. On ApplyEdits, we recently started getting an error in response body :
{"addResults":[{"success":false,"error":{"code":635,"description":""}}],"updateResults":[],"deleteResults":[]}
I want to know what code 635 means?
Server is 10.6
Also, when I edit from the REST endpoint method and send the a payload, the response to ApplyEdit is success:true.
This confirms the FS and the DB works. But what is error 635?