Use res.Err for RemoteErrorResultStatus and TimeoutResultStatus (#384)

When mocking tests, res.Err doesn't get read. This change sets the error 
message to be res.Err if it exists so that the error message can be
forwarded to stderr for RemoteErrorResultStatus and TimeoutResultStatus.
1 file changed
tree: bda97e4c0132c3b360fb8006f37fe467f14cadab
  1. .bazelci/
  2. .githooks/
  3. .github/
  4. external/
  5. go/
  6. .gitignore
  7. .golangci.yml
  8. AUTHORS
  9. BUILD.bazel
  10. check-gofmt.sh
  11. CONTRIBUTING.md
  12. CONTRIBUTORS
  13. go.mod
  14. go.sum
  15. LICENSE
  16. README.md
  17. remote-apis-sdks-deps.bzl
  18. setup-githooks.sh
  19. WORKSPACE
README.md

Remote Execution API SDKs

CI status: Build Status

PkgGoDev

This repository contains SDKs for the Remote Execution API.

See each language subdirectory's README.md for more specific instructions on using the SDK for that language.