reference icon indicating copy to clipboard operation
reference copied to clipboard

Update gNMI specification to clarify `Set` error handling.

Open robshakir opened this issue 3 years ago • 1 comments

  * (M) rpc/gnmi/gnmi-specification.md
    - remove references to the deprecated `error` field in the
      `SetResponse` and `UpdateResult` messages, explicitly
      specifying the error handling behaviour follows the standard
      gRPC error model.

Fixes #62.

robshakir avatar Feb 22 '22 15:02 robshakir

In the case of multiple errors, I believe we should specify "the implementation SHOULD return the first error encountered"

As a newcomer to gRPC, I found it useful to directly reference the standard gRPC return codes and this gRPC core doc page on status codes

dplore avatar Jul 08 '22 22:07 dplore