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

Error structure core components #986

Merged
merged 13 commits into from
Jan 21, 2022
Merged

Commits on Jan 18, 2022

  1. Configuration menu
    Copy the full SHA
    198264e View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Add exception handler

    1. To capture all exception and convert it to proper api error response
    2. To check if error response are correct
    silentninja committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    dd60765 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24a072e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9134e54 View commit details
    Browse the repository at this point in the history
  4. Change ExceptionBody to ErrorBody as it represents errors which a…

    …re already caught.
    
    Add base Exception and Error classes which can be extended upon if needed
    silentninja committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    62cc86f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0d8379 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/error-structure_core_components'…

    … into error-structure_core_components
    silentninja committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    501aa1a View commit details
    Browse the repository at this point in the history
  7. Fix lint errors

    silentninja committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    8d0ec01 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Configuration menu
    Copy the full SHA
    5bca416 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f88ac3 View commit details
    Browse the repository at this point in the history
  3. Rename APIException to MathesarAPIException

    Rename `GenericApiError` to `GenericAPIError`
    silentninja committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    5b8790d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b40e972 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    8052b4e View commit details
    Browse the repository at this point in the history