Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When a call to the ApiKeys.UPDATE_FEATURES API has failed on the client side, the following is guaranteed to the client:

  1. A server-side error means the '/features' ZK node is guaranteed to be left unmodified i.e. no FeatureUpdate was applied.

  2. A network error, or if the client dies during the request, or if the server dies when processing the request, it means the user should assume that the application of List<FeatureUpdate> may have either succeeded or failed.

...