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

Return better errors for unavailable error codes #2336

Merged
merged 7 commits into from
Aug 2, 2023

Commits on Aug 2, 2023

  1. Return better errors for unavailable error codes

    If we can determine that the error from login is due to a connect
    unavailable error, we should return more details to aid in
    troubleshooting. Update wrapError to return a better error message in
    case of a TLS certificate error (could be a MITM attack or an untrusted
    certificate).
    pkwarren committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    fb9f206 View commit details
    Browse the repository at this point in the history
  2. fix review comments

    pkwarren committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f94a893 View commit details
    Browse the repository at this point in the history
  3. fix to work with go 1.19

    pkwarren committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    37f512a View commit details
    Browse the repository at this point in the history
  4. rename

    pkwarren committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    31e9500 View commit details
    Browse the repository at this point in the history
  5. update

    pkwarren committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f182b8c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    261d8db View commit details
    Browse the repository at this point in the history
  7. improve comments

    pkwarren committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    8d5229c View commit details
    Browse the repository at this point in the history