92007: LiveObjects operation not valid for the path
object_operation_path_not_processableA LiveObjects operation could not be applied to the object at the specified path, because the operation is not compatible with the kind of object found there.
What you should do
Apply an operation that matches the kind of object at the path. Set and remove keys only on a LiveMap, and increment or decrement only a LiveCounter. Check the object's type before operating on it.
Why it happens
The operation is not compatible with the kind of object found at the specified path. Applying a map operation to a counter, or a counter operation to a map, produces this error.
What you'll see
The error is reported with code 92007 and HTTP status 400. The messages include path not processable: ..., Cannot set a key on a non-LiveMap instance, and Cannot increment a non-LiveCounter instance.