Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add error_details property to GoogleAPICallError based on google.rpc.status.details. #286

Merged
merged 15 commits into from Oct 19, 2021

Commits on Oct 5, 2021

  1. Copy the full SHA
    288019c View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. feat: changes how REST errors constructed.

    Also, adds more tests for gRPC and REST.
    atulep committed Oct 8, 2021
    Copy the full SHA
    04b5775 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Copy the full SHA
    5cebe8e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Copy the full SHA
    5b3f7c1 View commit details
    Browse the repository at this point in the history
  2. chore: addresses pr comments.

    atulep committed Oct 12, 2021
    Copy the full SHA
    7b7504d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feat_error_details' of github.com:atulep/python-api-cor…

    …e into feat_error_details
    atulep committed Oct 12, 2021
    Copy the full SHA
    fe708ae View commit details
    Browse the repository at this point in the history
  4. chore: address pr comments.

    atulep committed Oct 12, 2021
    Copy the full SHA
    813fc33 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Copy the full SHA
    d10157f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. chore: fix lint.

    atulep committed Oct 14, 2021
    Copy the full SHA
    88e6ffa View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Copy the full SHA
    b6c9e56 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    02b082a View commit details
    Browse the repository at this point in the history
  3. chore: changes dependency req.

    atulep committed Oct 18, 2021
    Copy the full SHA
    12edc5a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Copy the full SHA
    626f7de View commit details
    Browse the repository at this point in the history
  2. Update tests/unit/test_exceptions.py

    Co-authored-by: Tres Seaver <tseaver@palladion.com>
    atulep and tseaver committed Oct 19, 2021
    Copy the full SHA
    a844fed View commit details
    Browse the repository at this point in the history
  3. Update tests/unit/test_exceptions.py

    Co-authored-by: Tres Seaver <tseaver@palladion.com>
    atulep and tseaver committed Oct 19, 2021
    Copy the full SHA
    a830887 View commit details
    Browse the repository at this point in the history