Skip to content

Commit 9b65ab9

Browse files
authored
Merge pull request #3002 from ably/AIT-39/update-lo-error-codes
[AIT-39] Update LiveObjects error code docs to include explanations for the realtime client
2 parents 7c99c8b + 0c56341 commit 9b65ab9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/docs/platform/errors/codes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ Resolution:
745745

746746
## 92005: No objects found matching operation path <a id="92005"/>
747747

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.
749749

750750
Resolution:
751751
* Ensure that the `path` is correctly specified and corresponds to an existing object.
@@ -759,7 +759,7 @@ Resolution:
759759

760760
## 92007: Operation not processable on path <a id="92007"/>
761761

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.
763763

764764
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).
765765

0 commit comments

Comments
 (0)