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

[Automatic Import] Add Error handling framework #193577

Merged
merged 16 commits into from
Sep 25, 2024

Commits on Sep 20, 2024

  1. Add Error handling framework

    bhapas committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    299bad2 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    7bccc45 View commit details
    Browse the repository at this point in the history
  2. add recursion limit message

    bhapas committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7b0b264 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    73106e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06ae0f1 View commit details
    Browse the repository at this point in the history
  3. move error translation to UI

    bhapas committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2a41452 View commit details
    Browse the repository at this point in the history
  4. fix test

    bhapas committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b21119f View commit details
    Browse the repository at this point in the history
  5. Add test

    bhapas committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    bbe51e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a568412 View commit details
    Browse the repository at this point in the history
  7. add test for handleerror

    bhapas committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0a94376 View commit details
    Browse the repository at this point in the history
  8. update i18n translations

    bhapas committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7ca7301 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d133d7f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4894188 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. move error codes into enum

    bhapas committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    77b925b View commit details
    Browse the repository at this point in the history
  2. fix types

    bhapas committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e67be77 View commit details
    Browse the repository at this point in the history
  3. minor nits

    bhapas committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    97661e0 View commit details
    Browse the repository at this point in the history