function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Steve Thurston 3Steve Thurston 3 

Cannot decipher error code from API when updating custom Object

My developers are getting an error when trying to update a custom object record using their external code communicating with our Salesforce instance.  The error doesn't mean anything to me at all, so I don't know how to guide them.  "yapacopia" is the company name.  Does anyone know what this error means, and how I can guide them?

{ NOT_FOUND: The requested resource does not exist
0|app  | at HttpApi.getError (/opt/bitnami/apps/node/yapacopia/node_modules/jsforce/lib/http-api.js:250:13)
0|app  | at /opt/bitnami/apps/node/yapacopia/node_modules/jsforce/lib/http-api.js:95:22
0|app  | at tryCallOne (/opt/bitnami/apps/node/yapacopia/node_modules/promise/lib/core.js:37:12)
0|app  | at /opt/bitnami/apps/node/yapacopia/node_modules/promise/lib/core.js:123:15
0|app  | at flush (/opt/bitnami/apps/node/yapacopia/node_modules/asap/raw.js:50:29)
0|app  | at _combinedTickCallback (internal/process/next_tick.js:132:7)
0|app  | at process._tickCallback (internal/process/next_tick.js:181:9) name: 'NOT_FOUND', errorCode: 'NOT_FOUND' } undefined