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

Translate errors from HTTP statuses #362

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on May 3, 2024

  1. Translate errors from HTTP statuses

    This is inspired in how GRPC go approaches HTTP errors when performing
    GRPC requests.
    
    This provides meaningful errors in different situations. For example, AWS
    load balancer replies with a 504 when there are no live instances.
    There, a `unavailable` error is much more fitting than `internal`.
    v0idpwn committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f7904b1 View commit details
    Browse the repository at this point in the history
  2. fixfix

    v0idpwn committed May 3, 2024
    Configuration menu
    Copy the full SHA
    ba0d3d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed52bce View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Add test

    v0idpwn committed May 4, 2024
    Configuration menu
    Copy the full SHA
    26fee70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf8763c View commit details
    Browse the repository at this point in the history
  3. format

    v0idpwn committed May 4, 2024
    Configuration menu
    Copy the full SHA
    0280a41 View commit details
    Browse the repository at this point in the history