- Ably FAQs
- Ably error codes
- LiveObjects
-
Account billing and packages
-
General
-
Realtime API and client libraries
-
Troubleshooting
-
Channels
-
REST API and client libraries
-
Ably error codes
-
Account and app setup and configuration
-
Ably architecture, transports, and security
-
Performance and Redundancy
-
Push Notifications
-
Integrations
-
Migrating to Ably from an existing service
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.