Error code : 92004 - object not found

This error occurs when attempting to access an object that does not exist.

You may encounter this error when using the REST API or if calling methods on a LiveMap or LiveCounter instance that has been deleted.

Resolution:

  • Listen for lifecycle events on object instances to be notified when an object is deleted.
  • Retry the REST API request with a valid object ID or path that corresponds to an existing object.