You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/docs/platform/errors/codes.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -745,7 +745,7 @@ Resolution:
745
745
746
746
## 92005: No objects found matching operation path <aid="92005"/>
747
747
748
-
This error occurs when no objects are found that match the specified [path](/docs/liveobjects/rest-api-usage#updating-objects-by-path) when using the REST API.
748
+
This error occurs when no objects are found that match the specified [path](/docs/liveobjects/rest-api-usage#updating-objects-by-path) when using the REST or Realtime Objects API. This may happen either because no object exists at that path, or because one or more path segments refer to a non-collection object type.
749
749
750
750
Resolution:
751
751
* Ensure that the `path` is correctly specified and corresponds to an existing object.
@@ -759,7 +759,7 @@ Resolution:
759
759
760
760
## 92007: Operation not processable on path <aid="92007"/>
761
761
762
-
This error occurs when the requested operation cannot be processed for the object located at the specified [path](/docs/liveobjects/rest-api-usage#updating-objects-by-path) when using the REST API.
762
+
This error occurs when the requested operation cannot be processed for the object located at the specified [path](/docs/liveobjects/rest-api-usage#updating-objects-by-path) when using the REST or Realtime Objects API.
763
763
764
764
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](/docs/liveobjects/map) instance).
0 commit comments