- 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 : 92007 - Operation not processable on path
This error occurs when the requested operation cannot be processed for the object located at the specified path when using the REST API.
You may encounter this error when the type of the object located at the specified path does not support the specified operation (e.g. publishing a COUNTER_INC
operation on a LiveMap instance).
Resolution:
- Ensure that the operation is valid for the type of object at the specified path.