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

Add error handling when updating non-existing record #306

Commits on Aug 8, 2023

  1. Add error handling when updating non-existing record

    It can happen that a drone does not reach the AvailableState but only
    the DownState. In this case, updating the record in Auditor does not
    work, because no record has been created. In this case, Auditor returns
    a 400 BAD REQUEST. This commit adds error handling for this specific
    case. Other exceptions will not be handled.
    QuantumDancer committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    217d538 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e513aac View commit details
    Browse the repository at this point in the history